Skip to content

Releases: getsentry/sentry-elixir

10.7.1

05 Sep 13:39
2f5876a
Compare
Choose a tag to compare

Various fixes & improvements

  • Add :monitor_config_defaults integrations option (#782). — @whatyouhide
  • Allow --no-compile/--no-check-deps flags for mix sentry.package_source_code (#776). — @razielgn
  • Accept structs as structured logs in Sentry.LoggerHandler (#780). — @mrdotb
  • Fix a bug where we were accidentally sending the :integration_meta field (116140d). — @whatyouhide
  • Reduce memory usage of source code maps (#777). — @whatyouhide

10.7.0

22 Aug 07:43
Compare
Choose a tag to compare

Various fixes & improvements

New features:

  • Add Sentry.ClientError for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @savhappy
  • Add :integration_meta key to Sentry.Event. — (#771) by @savhappy
  • Validate Sentry options even if DSN is not set. — (#772) by @savhappy

Bug fixes:

  • Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — @savhappy
  • Fix mix sentry.package_source_code edge cases by compiling code before running the task. — @whatyouhide
  • Support structured logs in Sentry.LoggerHandler. — (#765) by @martosaur
  • Handle nil environment correctly in Sentry config — (#753) by @fahchen
  • Fix exceptions with an empty stacktrace. — (#755) by @savhappy

10.6.2

28 Jun 07:47
Compare
Choose a tag to compare

Various fixes & improvements

10.6.1

05 Jun 13:32
Compare
Choose a tag to compare

Various fixes & improvements

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.