Releases: bugsnag/bugsnag-symfony
Releases · bugsnag/bugsnag-symfony
v1.9.0
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 tonull
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 tofilters
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 asredactedKeys
can express everything that filters could and more.
v1.8.0
v1.7.0
v1.6.2
v1.6.1
v1.6.0
Enhancements
-
Add Symfony-specific shutdown strategy
Richard Harrison
#87 -
Add Symfony-5 support including examples
Loïck Piera
#93
v1.5.1
Enhancements
- Add Symfony version string to report (device.runtimeVersions)
#78
Bug Fixes
- Removed deprecation warnings on
Request.getSession
andConsoleEvents::EXCEPTION
Jan Myszkier
#79 - Removed
TreeBuilder.root
deprecated usage
Damien Alexandre
#80