Skip to content

Releases: getsentry/sentry-elixir

10.6.0

15 May 13:29
d2949bb
Compare
Choose a tag to compare

Various fixes & improvements

  • Add overload protection to :logger handler (#727).
  • Expose DSN via new Sentry.get_dsn/0 (#731).
  • Fix a bug with nameless Quantum cron jobs support in the Quantum integration.

10.5.0

26 Apr 07:43
Compare
Choose a tag to compare

Various fixes & improvements

10.4.0

15 Apr 11:28
Compare
Choose a tag to compare

Various fixes & improvements

  • Add rate-limiting to Sentry.LoggerHandler.
  • Improve reporting of process crashes in Sentry.LoggerHandler.
  • Fix loading configuration in mix sentry.send_test_event.
  • Fix JSON libraries that raise errors when encoding.
  • Allow Sentry.LoggerBackend and Sentry.LoggerHandler to use Sentry metadata.
  • Validate configuration passed to Sentry.LoggerHandler.

10.3.0

25 Mar 13:27
Compare
Choose a tag to compare

Various fixes & improvements

10.2.1

20 Mar 11:20
Compare
Choose a tag to compare

Various fixes & improvements

10.2.0

12 Mar 15:31
Compare
Choose a tag to compare
  • No documented changes.

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