Skip to content

Releases: bugsnag/bugsnag-symfony

v1.9.0

10 Feb 13:14
efedeb2
Compare
Choose a tag to compare

Enhancements

  • Out of memory errors will now be reported by increasing the memory limit by 5 MiB. Use the new memoryLimitIncrease configuration option to change the amount of memory, or set it to null to disable the increase entirely.
    #119

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

  • 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.
    #121

Deprecations

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

v1.8.0

25 Nov 13:22
6f3c821
Compare
Choose a tag to compare

Enhancements

  • Allow passing a Guzzle instance to Bugsnag
    #117

v1.7.0

01 Jun 10:25
b6760f4
Compare
Choose a tag to compare

Enhancements

  • Add project_root_regex and strip_path_regex options for using regexes to match the project root and strip path
    #109

v1.6.2

26 Feb 22:12
c6a2c76
Compare
Choose a tag to compare

Bug Fixes

  • Added support for PHP 7.4
    #104

v1.6.1

30 Jan 16:27
f59c22e
Compare
Choose a tag to compare

Bug Fixes

  • Fix potential issue with ExceptionEvent missing getThrowable method in Symfony 4.3.
    Additionally adds InvalidArgumentException in the case the event is triggered with an incorrect class.
    Loïck Piera
    #99

v1.6.0

03 Dec 15:04
a931a51
Compare
Choose a tag to compare

Enhancements

v1.5.1

24 Jun 13:40
Compare
Choose a tag to compare

Enhancements

  • Add Symfony version string to report (device.runtimeVersions)
    #78

Bug Fixes

v1.5.0

01 Feb 11:15
Compare
Choose a tag to compare

This release adds support for Symfony 4. A guide on integrating the notifier with a Symfony 4 application can be found in the Bugsnag Symfony integration guide.

Enhancements

v1.4.0

21 Dec 16:25
Compare
Choose a tag to compare

Enhancements

  • Bumped version to Bugsnag-PHP 3.10.0 to add support for addMetaData

v1.3.0

23 Nov 14:32
Compare
Choose a tag to compare

Examples

  • Added callback examples in Symfony 31
    #49
    #52