Skip to content

Releases: bugsnag/bugsnag-laravel

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

v2.16.0

17 Jun 16:54
Compare
Choose a tag to compare

Enhancements

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

Bug Fixes

v2.15.2

23 Jan 18:19
bc5f3c5
Compare
Choose a tag to compare

Bug Fixes

  • Removed duplicate event dispatching when using MultiLogger configuration
    #337