Bugsnag Changelog

Keep up to date with all the changes with Bugsnag.

Bugsnag 5.x is on version 4.0.1, released on Oct 25, 2023

  • theicons.co/svg/photo-09 Created with Sketch. 11 New features
  • theicons.co/svg/others-47 Created with Sketch. 8 Improvements
  • theicons.co/svg/home-36 Created with Sketch. 11 Bug fixes
View latest release (4.0.1) on the Plugin Store

4.0.1 - Latest Release

Released Oct 25, 2023

  • theicons.co/svg/photo-09 Created with Sketch.

    Add plugin settings warnings when set via the config file.

  • theicons.co/svg/others-47 Created with Sketch.

    Only admins are now allowed to access plugin settings.

  • theicons.co/svg/home-36 Created with Sketch.

    Fix being unable to modify blacklist items in the control panel settings.

4.0.0

Released July 19, 2022

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires PHP 8.0.2+.

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires Craft 4.0.0+.

3.0.2

Released July 19, 2022

  • theicons.co/svg/photo-09 Created with Sketch.

    Allow appropriate plugin settings to be set via .env variables.

  • theicons.co/svg/home-36 Created with Sketch.

    Fix settings page in control panel not working.

3.0.1

Released July 19, 2022

  • theicons.co/svg/photo-09 Created with Sketch.

    Add craft.bugsnag.handleException().

3.0.0

Released July 18, 2022

  • theicons.co/svg/others-47 Created with Sketch.

    Migration to verbb/bugsnag.

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires Craft 3.7+.

2.1.2

Released May 31, 2020

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed namespace that causes PSR warning

2.1.1

Released Apr 16, 2020

  • theicons.co/svg/photo-09 Created with Sketch.

    Added craft.bugsnag.getBrowserConfig() to get the config needed for the Bugsnag JS client

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed passing empty releaseStage value

2.1.0

Released Apr 16, 2020

  • theicons.co/svg/photo-09 Created with Sketch.

    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

  • theicons.co/svg/others-47 Created with Sketch.

    Upgraded the Bugsnag client to v7

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed user reporting

2.0.6

Released Jan 22, 2020

  • theicons.co/svg/photo-09 Created with Sketch.

    Added getClient method to service. This exposes the client to other plugins / modules.

  • theicons.co/svg/photo-09 Created with Sketch.

    Added browserApiKey for configuring frontend reporting

  • theicons.co/svg/others-47 Created with Sketch.

    Parse browserApiKey and serverApiKey for env variables and aliases

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed frontend Bugsnag asset to comply with the latest version of JS client

2.0.5

Released Aug 27, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added asset bundle to capture JS errors in a more seamless fashion

  • theicons.co/svg/others-47 Created with Sketch.

    The plugin can now capture early initialization errors (if manually setup in app.php)

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed error when no items were added to exceptions blacklist

2.0.4

Released Mar 14, 2019

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed filters support

2.0.3

Released Mar 09, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added exceptions blacklist (lets you ignore those 404 errors that clogs up your log)

2.0.2

Released Feb 22, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added support for appVersion

2.0.1

Released July 20, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed check that passes user information to Bugsnag if set

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed error when installing plugin through the console command

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed api config key in config example

2.0.0

Released Dec 08, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Initial release