Skip to content

Releases: bugsnag/bugsnag-php

v3.5.1

07 Jun 23:53

Choose a tag to compare

Bug Fixes

  • Fix in-project detection and path stripping support for paths with repeated strings Michael Tibben #384

v3.5.0

06 Apr 17:12

Choose a tag to compare

Enhancements

  • Include more deeply nested exception causes in reports

v3.4.0

05 Sep 15:30

Choose a tag to compare

Enhancements

v3.3.0

19 Aug 16:11

Choose a tag to compare

Enhancements

Bug Fixes

v3.2.0

09 Aug 00:59

Choose a tag to compare

Enhancements

Bug Fixes

v3.1.1

26 Jul 00:18

Choose a tag to compare

Bug Fixes

v3.1.0

22 Jul 23:49

Choose a tag to compare

Bug Fixes

v2.9.2

22 Jul 08:08

Choose a tag to compare

Bug Fixes

v3.0.1

08 Jul 17:57

Choose a tag to compare

Bug Fixes

v3.0.0

07 Jul 21:54

Choose a tag to compare

This is a major refactor to make the library clearer and easier to use. The minimum PHP version supported has been updated to 5.5. For upgrading instructions, see the upgrading guide.

Enhancements

  • Added a pipeline system for loading request information, app information, and
    other metadata. Each component can be individually loaded.
  • Make request resolution customizable
    #99
  • Replaced transport handling with Guzzle
  • notify(), notifyException() and notifyError() now accept a callable
    –instead of metaData and severity– which can be used to modify any of
    the properties of an error report.
  • Deprecated methods from v2 have been removed
  • Namespaced the library under Bugsnag

Bug Fixes

  • Every bug