github getsentry/sentry-elixir 10.8.0

latest releases: 12.0.3, 12.0.2, 12.0.1...
17 months ago

This release bumps the minimum Elixir requirement to 1.13, fixes a few bugs, and introduces client reports. Client reports will be sent to Sentry by default, but you can disable them with:

config :sentry,
  # ...,
  send_client_reports: false

Improvements and new features

Bug fixes

  • Fix stacktraces with no frames (#787) by @savhappy
  • Special-case Ranch errors in the logger handler for OTP 25 (#818) by @whatyouhide
  • Few fixes to mix sentry.send_test_event
  • Handle Bandit exception when fetching peer data (#814) by @ardhitama
  • Support non-exception error values from Oban jobs (#807) by @savhappy

Don't miss a new sentry-elixir release

NewReleases is sending notifications on new releases.