Skip to content

Releases: getsentry/sentry-elixir

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)

6.0.5

07 Dec 16:07
Compare
Choose a tag to compare
  • Enhancements
    • Improve README documentation (#236)
    • Fix GenEvent warning (#237, #239)
  • Bug Fixes
    • Fix error_type reported in Sentry.Plug (#238)

6.0.4

20 Nov 15:38
Compare
Choose a tag to compare
  • Enhancements
    • Allow string for included_environments by splitting on commas (#234)
  • Bug Fixes
    • Handle :error when sending test event (#228)

6.0.3

01 Nov 18:04
Compare
Choose a tag to compare
  • Enhancements
    • Fix tests for differing versions of Erlang/Elixir (#221)
  • Bug Fixes
    • Fix invalid value for stacktrace via Event rendering layer (#224)

6.0.2

03 Oct 19:57
Compare
Choose a tag to compare
  • Enhancements
    • Improve Sentry.Logger documentation (#217)
  • Bug Fixes
    • Handle Plug.Upload during scrubbing (#208)
    • Do not check DSN for source_code_path_pattern configuration (#211)
    • Fix culprit ambiguity (#214)

6.0.1

06 Sep 23:34
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix filters and test mix task (#206)
  • Enhancements
    • Improve README clarity (#202)

6.0.0

29 Aug 20:29
Compare
Choose a tag to compare

6.0.0 Upgrade Instructions

  • Breaking Changes
    • Remove use_error_logger configuration (#196)
    • enable_source_code_context is no longer required configuration (#201)
  • Bug Fixes
    • Fix README error (#197)
    • Prevent overwriting server_name option (#200)
  • Enhancements
    • Scrubbing of nested maps (#192)
    • Allow Hackney 1.9 and later (#199)

5.0.1

18 Jul 18:48
Compare
Choose a tag to compare

5.0.1 (2017-07-18)

  • Bug Fixes
    • Fix logger and context usage (#185)

5.0.0

10 Jul 18:36
Compare
Choose a tag to compare

5.0.0 (2017-07-10)

  • Backward incompatible changes
    • Allow specifying sync/async/none when getting result of sending event (#174)
  • Enhancements
    • Modules (#182)
    • Config from system and DSN (#180)
    • App Frames (#177)
    • Sampling (#176)
    • Post event hook (#175)
    • Improve documentation around recompilation for source code context (#171)
    • Use better arity logic in stacktraces (#170)
    • Allow custom fingerprinting (#160)
  • Bug Fixes
    • Fix README typo (#159)
    • Fix the backoff to really be exponential (#162)