Bugsnag v6.24.0 Release Notes

Release Date: 2021-10-06 // over 2 years ago
  • โœจ Enhancements

    • ๐Ÿ‘ Allow overriding an event's unhandled flag | #698
    • โž• Add the ability to store metadata globally | #699
    • โž• Add cookies, body and httpVersion to the automatically captured request data for Rack apps | #700
    • โž• Add Configuration#endpoints for reading the notify and sessions endpoints and Configuration#endpoints= for setting them | #701
    • Add Configuration#redacted_keys. This is like meta_data_filters but matches strings with case-insensitive equality, rather than matching based on inclusion | #703
    • ๐Ÿ‘ Allow pausing and resuming sessions, giving more control over the stability score | #704
    • ๐Ÿ”ง Add Configuration#vendor_paths to replace Configuration#vendor_path | #705

    ๐Ÿ—„ Deprecated

    • ๐Ÿš€ In the next major release, params will only contain query string parameters. Currently it also contains the request body for form data requests, but this is deprecated in favour of the new body property
    • ๐Ÿ”ง The Configuration#set_endpoints method is now deprecated in favour of Configuration#endpoints=
    • The Configuration#meta_data_filters option is now deprecated in favour of Configuration#redacted_keys
    • ๐Ÿ”ง The Configuration#vendor_path option is now deprecated in favour of Configuration#vendor_paths