craft-plugin bugsnag-craft3
Bugsnag exception handler for Craft 3
workingconcept/bugsnag-craft3
Bugsnag exception handler for Craft 3
- Tuesday, June 20, 2017
- by mattstein
- Repository
- 1 Watchers
- 0 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Bugsnag Component for Craft 3
Send Craft exceptions to Bugsnag with this tiny extension to Craft's error handler., (*1)
Installation
-
composer require workingconcept/bugsnag-craft3 @dev
.
- In the control panel, visit Settings → Plugins, and install Bugsnag.
- Add the Bugsnag API key for your project in the plugin's settings.
Customizing Release Stage Notifications
By default, the plugin will report when CRAFT_ENVIRONMENT
is set to staging
and production
. You can override this by supplying your own config/bugsnag.php:, (*2)
return [
'notifyRelease' => ['local', 'staging', 'production']
];
Production Use
Only if you live dangerously. I'm getting my feet wet with Craft 3 and this is my first plugin. This thing will probably need revision before it's safe for your Mars mission. I'll gladly accept issues, pull requests, and emails if you've found room for improvement!, (*3)
dev-master
9999999-dev
Bugsnag exception handler for Craft 3
Sources
Download
MIT
The Requires