Skip to content

Releases: getsentry/sentry-elixir

7.0.4

12 Feb 18:13
Compare
Choose a tag to compare
  • Bug Fixes
    • Do not error if you cannot format the remote IP or port (#326)

7.0.3

14 Nov 21:12
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix issue from using spawn_link stacktrace (#315)
    • Relax plug_cowboy versions (#314)

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)