Skip to content

Releases: getsentry/sentry-elixir

7.0.2

14 Nov 21:11
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)

7.0.1

01 Oct 16:49
Compare
Choose a tag to compare
  • Enhancements
    • Remove poison from applications list(#306)

7.0.0

01 Oct 17:15
Compare
Choose a tag to compare
  • Enhancements

    • Implement Sentry.LoggerBackend
  • Breaking Changes

    • Replace Poison with configurable JSON library
    • Require Elixir 1.7+
    • Remove Sentry.Logger

Upgrade guide: https://gist.github.com/mitchellhenke/4ab6dd8d0ebeaaf9821fb625e0037a4d

6.4.2

05 Sep 17:56
Compare
Choose a tag to compare
  • Enhancements

6.4.1

26 Jul 14:32
Compare
Choose a tag to compare
  • Bug Fixes
    • Remove UUID dependency (#298)
    • Fix link in documentation (#300)

6.4.0

02 Jul 15:37
Compare
Choose a tag to compare
  • Enhancements

    • Add documentation detail around including source code (#287)
    • Document fingerprinting (#288)
    • Document Sentry.Context (#289)
    • Add CONTRIBUTING.md (#290)
    • Document cookie scrubber (#291)
    • Document testing with Sentry (#292)
  • Bug Fixes

    • Change report_deps default value to false to avoid compiler bug (#285)
    • Limit size of messages (#293)
    • Use elixir_uuid instead of uuid (#295)

6.3.0

26 Jun 14:57
Compare
Choose a tag to compare
  • Enhancements

    • Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
    • Reduce Logger noise in HTTP Client (#274)
    • Use Plug.Conn.get_peer_data/1 (#273)
  • Bug Fixes

    • Add documentation for capturing arbitrary events (#272)
    • Fix typo in README.md (#277)

6.2.1

24 Apr 14:51
Compare
Choose a tag to compare
  • Enhancements
    • Accept public key DSNs (#263)

6.2.0

04 Apr 18:52
Compare
Choose a tag to compare
  • Enhancements
    • Allow overriding in Sentry.Plug(#261)
    • Implement Sentry.Phoenix.Endpoint to capture errors in Phoenix.Endpoint (#259)
  • Bug Fixes
    • Fix sending events from remote_console (#262)
    • Add filter option to configuration table in README (#255)
    • Default to not sending cookies, but allow configuration to send (#254)
    • Do not raise on invalid DSN (#218)

6.1.0

06 Feb 16:38
Compare
Choose a tag to compare
  • Enhancements
    • Elixir 1.6.0 formatted (#246)
    • Improve documentation around source code compilation (#242)
    • Update typespecs (#249)
    • Report errors from :kernel.spawn processes (#251)
  • Bug Fixes
    • Fix doc typos (#245)
    • Remove Sentry.Event compile warning (#248)
    • Fix enable_source_code_context configuration (#247)