Bugsnag Laravel Versions Save

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

v2.27.0

2 months ago

v2.26.0

1 year ago

Enhancements

v2.25.1

1 year ago

Enhancements

  • Ensure events are sent from queues when using Laravel Vapor #511

Bug fixes

  • Fix events from CLI commands always being handled when using the NunoMaduro\Collision package #503

  • Fix breadcrumbs leaking between queued jobs when using Laravel Vapor #511

v2.25.0

1 year ago

Enhancements

  • Added support for Monolog 3.0 #489

  • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report #496

v2.24.0

1 year ago

Enhancements

v2.23.0

2 years ago

Enhancements

  • Allow installation on Laravel 9 projects jdanio #470 #477
  • Allow installing Bugsnag PSR Logger v2. This adds support for PSR Log v3 #471

v2.22.2

2 years ago

Bug Fixes

  • Fix events in Lumen always being handled #452

v2.22.1

3 years ago

Bug Fixes

  • Fix a possible crash in the OOM bootstrapper with an incomplete container #442

v2.22.0

3 years ago

Enhancements

  • Out of memory errors can now be reported by registering the new OomBootstrapper in your HTTP kernel, which will increase the memory limit by 5 MiB when an OOM occurs. See the docs for more details: Laravel Lumen #430

  • Support the new discardClasses configuration option. This allows events to be discarded based on the exception class name or PHP error name. #431

  • Support the new redactedKeys configuration option. This is similar to filters but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching. #432

Deprecations

  • The filters configuration option is now deprecated as redactedKeys can express everything that filters could and more.

v2.21.0

3 years ago

Enhancements

  • Use Guzzle instance with the bugsnag.guzzle alias, if one exists. If bugsnag.guzzle does not exist, a new Guzzle instance will be created as before #420