Skip to content

Releases: bugsnag/bugsnag-laravel

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

v2.20.1

13 Oct 08:57
fe049f5
Compare
Choose a tag to compare
  • 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

09 Sep 14:30
66d23a6
Compare
Choose a tag to compare

Enhancements

v2.19.0

11 May 09:35
Compare
Choose a tag to compare

Enhancements

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

v2.18.0

26 Feb 22:06
091124d
Compare
Choose a tag to compare

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

10 Sep 10:37
844da8f
Compare
Choose a tag to compare

Bug Fixes

v2.17.0

29 Aug 13:40
761e9f9
Compare
Choose a tag to compare

Enhancements

Bug Fixes

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

v2.17.0-beta

01 Aug 14:19
Compare
Choose a tag to compare
v2.17.0-beta Pre-release
Pre-release

Enhancements

Bug Fixes

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