raven v8.0.6 Release Notes

Release Date: 2021-09-28 // over 2 years ago
    • ๐Ÿ› Bug Fixes
      • Remove function that disables non-group leader logging (#467)
      • Handle :unsampled events in Sentry.send_test_event (#474)
      • Fix dialyzer reporting unmatched_return for Sentry.PlugCapture (#475)
      • Use correct Plug.Parsers exception module (#482)

Previous changes from v8.0.5

    • โœจ Enhancements

      • Support lists in scrubbing (#442)
      • Send Sentry reports on uncaught throws/exits (#447)
    • ๐Ÿ› Bug Fixes

      • Deprecate Sentry.Config.in_app_module_whitelist in favor of Sentry.Config.in_app_module_allow_list (#450)
      • Update outdated Sentry.Plug documentation (#452)
      • Update Sentry.HTTPClient documentation (#456)