Skip to content

Releases: bugsnag/bugsnag-laravel

v2.27.0

13 Mar 09:46
b1d31a4
Compare
Choose a tag to compare

v2.26.0

16 Feb 08:50
333a912
Compare
Choose a tag to compare

Enhancements

v2.25.1

17 Jan 09:39
f8aac58
Compare
Choose a tag to compare

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

25 Oct 10:34
64546d9
Compare
Choose a tag to compare

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

20 May 14:14
Compare
Choose a tag to compare

Enhancements

v2.23.0

09 Feb 08:55
ea7ecfe
Compare
Choose a tag to compare

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

06 Sep 09:17
cc5ec4e
Compare
Choose a tag to compare

Bug Fixes

  • Fix events in Lumen always being handled
    #452

v2.22.1

29 Apr 08:22
22f57f3
Compare
Choose a tag to compare

Bug Fixes

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

v2.22.0

10 Feb 18:02
89eb615
Compare
Choose a tag to compare

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

25 Nov 13:27
b470a34
Compare
Choose a tag to compare

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