Bugsnag Laravel Versions Save

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.

v2.20.1

3 years ago
  • The default value for filters in config/bugsnag.php is now null instead of ['password']. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0 #413

v2.20.0

3 years ago

Enhancements

v2.19.0

4 years ago

Enhancements

  • Add new options for using regexes to match the project root and strip path jpcid #398

v2.18.0

4 years ago

Enhancements

  • Allow installation on Laravel 7 projects #385

Bug Fixes

  • Fixed determining the builder name #387

  • Added support for PHP 7.3 and 7.4 #374 #385

v2.17.1

4 years ago

Bug Fixes

v2.17.0

4 years ago

Enhancements

Bug Fixes

  • Disabled automatic session capturing for Lumen 5.3+ (where session() is not available) #358

v2.17.0-beta

4 years ago

Enhancements

Bug Fixes

  • Disabled automatic session capturing for Lumen 5.3+ (where session() is not available) #358

v2.16.0

4 years ago

Enhancements

  • Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions) #352

Bug Fixes

v2.15.2

5 years ago

Bug Fixes

  • Removed duplicate event dispatching when using MultiLogger configuration #337

v2.15.1

5 years ago

Bug Fixes

  • Fixed issues where test fixtures polluted the App namespace #332