Skip to content

Releases: getsentry/sentry-elixir

9.0.0

21 Sep 09:37
58879e8
Compare
Choose a tag to compare

Breaking changes

  • Removed Sentry.Sources
  • Removed Sentry.Client, as it's an internal module
  • Removed the Sentry.Event.sentry_exception/0 type
  • Removed Sentry.Event.add_metadata/1
  • Removed Sentry.Event.culprit_from_stacktrace/1
  • Removed Sentry.Event.do_put_source_context/3
  • Removed the :async value for the :result option in Sentry.send_event/2 (and friends)
  • Removed Sentry.CrashError — now, crash reports (detected through Sentry.LoggerBackend) that do not contain exceptions are reported as messages in Sentry
  • Changed the shape of the Sentry.Event struct - check out the new fields (and typespec for Sentry.Event.t/0)

Various fixes & improvements

  • Add Sentry.LoggerHandler, which is a :logger handler rather than a Logger backend
  • Make the Sentry.HTTPClient.child_spec/0 callback optional
  • Add :all as a possible value of the :metadata configuration option for Sentry.LoggerBackend
  • Add :all as a possible value for the :included_environment configuration option
  • Add Sentry.Interfaces with all the child modules, which are useful if you're working directly with the Sentry API
  • Fix an issue with JSON-encoding non-encodable terms (such as PIDs, which are pretty common)

Deprecations

  • Soft-deprecate Sentry.EventFilter in favour of :before_send_event callbacks.

Various fixes & improvements

8.1.0

27 Jul 10:14
Compare
Choose a tag to compare

Various fixes & improvements

Plus 14 more

8.0.6

28 Sep 22:25
8.0.6
b2098cd
Compare
Choose a tag to compare
  • 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)

8.0.5

14 Feb 15:37
8.0.5
7c01a8e
Compare
Choose a tag to compare
  • 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)

8.0.4

14 Feb 15:30
8.0.4
2948492
Compare
Choose a tag to compare
  • Bug Fixes
    • Do not read DSN config at compile time (#441)

8.0.3

11 Nov 15:09
8.0.3
944eb21
Compare
Choose a tag to compare
  • Enhancements

    • Update package & docs configuration (#432)
    • Add Plug.Status filter example (#433)
    • Support multiple source code root paths in Sentry.Sources (#437)
  • Bug Fixes

    • Fix dialyzer reporting unmatched_return for Sentry.PlugCapture (#436)
    • Align Sentry event levels with Elixir logging levels (#439)

8.0.2

06 Sep 22:08
8.0.2
824fd35
Compare
Choose a tag to compare
  • Enhancements
    • Log error when JSON is unencodable (#429)
    • Set logger event level to logger message level (#430)
    • Limit breadcrumbs on add_breadcrumb (#431)

7.2.5

11 Aug 13:42
7.2.5
bcf9e6d
Compare
Choose a tag to compare
  • Enhancements
    • Allow users to configure maximum number of breadcrumbs (#423)

8.0.0

08 Aug 18:29
8.0.0
b16b23d
Compare
Choose a tag to compare

7.x -> 8.0 Upgrade Guide

  • Bug Fixes
    • Fix documentation for Sentry.PlugContext (#410)

8.0.0-rc.2

08 Aug 18:29
8.0.0-rc.2
4c3160b
Compare
Choose a tag to compare
8.0.0-rc.2 Pre-release
Pre-release
  • Bug Fixes
    • Fix trying to transform erlang error coming from PlugCapture (#406)