Skip to content

Releases: getsentry/sentry-elixir

7.2.4

24 Jun 20:07
7.2.4
8701e9d
Compare
Choose a tag to compare
  • Enhancements
    • Allow configuring gather feedback form for Sentry.Plug errors (#387)

7.2.3

27 Feb 19:15
7.2.3
0097850
Compare
Choose a tag to compare
  • Enhancements
    • Allow gathering feedback from Sentry.Plug errors (#385)

7.2.2

27 Feb 18:59
7.2.2
531dd16
Compare
Choose a tag to compare
  • Bug Fixes
    • Ensure stacktrace is list in LoggerBackend (#380)

7.2.1

05 Dec 20:59
7.2.1
4bba523
Compare
Choose a tag to compare
  • Bug Fixes
    • Improve documentation for Sentry.Client.send_event/2 (#367)
    • Fix potential Logger deadlock (#372)
    • Pass the same exception for NoRouteError in Sentry.Phoenix.Endpoint (#376)
    • Handle new MFA for duplicate Plug errors (#377)
    • Update docs to recommend using application environment config for adding Sentry.LoggerBackend (#379)

7.2.0

23 Oct 20:30
7.2.0
55e9f75
Compare
Choose a tag to compare
  • Enhancements

    • Allow filtering of Events using before_send_event (#364)
  • Bug Fixes

    • Remove newline from Logger for API error (#351)
    • Add docs for Sentry.Context (#352)
    • Avoid error duplication for Plug errors (#355)
    • Fix issue in Sentry.Sources docs around recompilation (#357)

7.1.0

11 Jun 15:13
7.1.0
6222ede
Compare
Choose a tag to compare
  • Enhancements

    • Option to include Logger.metadata in Sentry.LoggerBackend (#338)
    • Send maximum length of args in stacktrace (#340)
    • Fix dialyzer warning when using Sentry.Phoenix.Endpoint (#344)
  • Bug Fixes

    • Fix documentation error relating to File.cwd!() (#346)
    • Add parens to File.cwd!() in documentation (#347)
    • Check that DSN is binary (#348)

7.0.6

17 Apr 20:59
7.0.6
1ae5140
Compare
Choose a tag to compare
  • Enhancements
    • Allow configuring Sentry log level (#334)

7.0.5

05 Apr 19:37
7.0.5
e1e158d
Compare
Choose a tag to compare
  • Bug Fixes
    • Strip leading "Elixir." from module name on error type (#330)

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)