Skip to content

Releases: getsentry/sentry-elixir

10.2.0-rc.2

12 Mar 14:10
Compare
Choose a tag to compare
10.2.0-rc.2 Pre-release
Pre-release

Various fixes & improvements

10.2.0-rc.1

06 Mar 18:27
Compare
Choose a tag to compare
10.2.0-rc.1 Pre-release
Pre-release

Various fixes & improvements

10.1.0

13 Dec 12:36
27f47f7
Compare
Choose a tag to compare

Various fixes & improvements

  • Add Sentry.Interfaces.Thread to fix stacktraces in messages.
  • Add the --type and --no-stacktrace flags to mix sentry.send_test_message.
  • Add support for interpolating messages (with %s) placeholders. See Sentry.capture_message/2.
  • Add support for attachments; see Sentry.Attachment and Sentry.Context.add_attachment/1.

10.0.3

30 Nov 10:28
Compare
Choose a tag to compare

Various fixes & improvements

10.0.2

27 Nov 11:47
Compare
Choose a tag to compare

Various fixes & improvements

10.0.1

24 Nov 10:14
e81a35a
Compare
Choose a tag to compare

Various fixes & improvements

  • Fix reading of config in "mix sentry.package_source_code" (#653)
  • Don't ship Dialyzer PLTs with releases (#654)

10.0.0

23 Nov 12:38
Compare
Choose a tag to compare
  • :report_deps now reports all loaded applications at the time the :sentry application starts. This is not a compile-time configuration option anymore.
  • Add the mix sentry.package_source_code Mix task. See the upgrade guide for more information.
  • Add ~r"/test/" to the default source code exclude patterns (see the :source_code_exclude_patterns option).
  • :environment_name now defaults to production (if it wasn't configured explicitly and if the SENTRY_ENVIRONMENT environment variable is not set).
  • Hard-deprecate :included_environments. To control whether to send events to Sentry, use the :dsn configuration option instead. :included_environments now emits a warning if used, but will still work until v11.0.0 of this library.
  • Hard-deprecate :before_send_event in favor of the new :before_send. This brings this SDK in line with all other Sentry SDKs.

9.1.0

05 Oct 08:13
edc3f2b
Compare
Choose a tag to compare

Various fixes & improvements

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