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.
#621
Add a "discard classes" configuration option that allows events to be discarded based on the exception class name or PHP error name
#622
Add a "redacted keys" 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.
#623
Deprecations
The filters configuration option is now deprecated as redactedKeys can express everything that filters could and more.
3.26.0 (2021-02-10)
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. #621Add a "discard classes" configuration option that allows events to be discarded based on the exception class name or PHP error name #622
Add a "redacted keys" 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. #623Deprecations
filters
configuration option is now deprecated asredactedKeys
can express everything that filters could and more.