Bugsnag 5.x is on version 4.0.1
, released on Oct 25, 2023
Released Oct 25, 2023
Add plugin settings warnings when set via the config file.
Only admins are now allowed to access plugin settings.
Fix being unable to modify blacklist items in the control panel settings.
Released July 19, 2022
Now requires PHP 8.0.2+
.
Now requires Craft 4.0.0+
.
Released July 19, 2022
Allow appropriate plugin settings to be set via .env
variables.
Fix settings page in control panel not working.
Released July 19, 2022
Add craft.bugsnag.handleException()
.
Released July 18, 2022
Migration to verbb/bugsnag
.
Now requires Craft 3.7+.
Released May 31, 2020
Fixed namespace that causes PSR warning
Released Apr 16, 2020
Added craft.bugsnag.getBrowserConfig()
to get the config needed for the Bugsnag JS client
Fixed passing empty releaseStage
value
Released Apr 16, 2020
Added ability to set metadata on the fly by calling {% do craft.bugsnag.metadata({ order: 1234 }) %}
. Note that this has to be done before the frontend asset is included
Upgraded the Bugsnag client to v7
Fixed user reporting
Released Jan 22, 2020
Added getClient
method to service. This exposes the client to other plugins / modules.
Added browserApiKey
for configuring frontend reporting
Parse browserApiKey
and serverApiKey
for env variables and aliases
Fixed frontend Bugsnag asset to comply with the latest version of JS client
Released Aug 27, 2019
Added asset bundle to capture JS errors in a more seamless fashion
The plugin can now capture early initialization errors (if manually setup in app.php
)
Fixed error when no items were added to exceptions blacklist
Released Mar 14, 2019
Fixed filters support
Released Mar 09, 2019
Added exceptions blacklist (lets you ignore those 404 errors that clogs up your log)
Released Feb 22, 2019
Added support for appVersion
Released July 20, 2018
Fixed check that passes user information to Bugsnag if set
Fixed error when installing plugin through the console command
Fixed api config key in config example
Released Dec 08, 2017
Initial release