Skip to content

v3.26.0

Compare
Choose a tag to compare
@imjoehaines imjoehaines released this 10 Feb 09:36
· 99 commits to master since this release
36d7a22

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