Build the image in the actual hardware (for example a raspberry pi) and push it from there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This is a modified mu-plugin for wp-sentry that enables Sentry Performance albeit it doesn't show the stacktrace | |
| * Plugin Name: WordPress Sentry | |
| * Plugin URI: https://github.com/stayallive/wp-sentry | |
| * Description: A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry. | |
| * Version: must-use-proxy | |
| * License: MIT | |
| */ |