All Versions
49
Latest Version
Avg Release Cycle
55 days
Latest Release
614 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v6.1.0 Changes
December 07, 2017- โจ 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)
- โจ Enhancements
-
v6.0.5 Changes
December 07, 2017- โจ Enhancements
- Improve README documentation (#236)
- Fix GenEvent warning (#237, #239)
- ๐ Bug Fixes
- Fix error_type reported in Sentry.Plug (#238)
- โจ Enhancements
-
v6.0.4 Changes
November 20, 2017- โจ Enhancements
- Allow string for included_environments by splitting on commas (#234)
- ๐ Bug Fixes
- Handle :error when sending test event (#228)
- โจ Enhancements
-
v6.0.3 Changes
November 01, 2017- โจ Enhancements
- Fix tests for differing versions of Erlang/Elixir (#221)
- ๐ Bug Fixes
- Fix invalid value for stacktrace via Event rendering layer (#224)
- โจ Enhancements
-
v6.0.2 Changes
October 03, 2017- โจ 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)
- โจ Enhancements
-
v6.0.1 Changes
September 06, 2017- ๐ Bug Fixes
- Fix filters and test mix task (#206)
- โจ Enhancements
- Improve README clarity (#202)
- ๐ Bug Fixes
-
v6.0.0 Changes
August 29, 2017โก๏ธ See these
5.0.0
to6.0.0
upgrade instructions to update your existing app.- ๐ฅ 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)
- ๐ฅ Breaking Changes
-
v5.0.1 Changes
July 18, 2017- ๐ Bug Fixes
- Fix logger and context usage (#185)
- ๐ Bug Fixes
-
v5.0.0 Changes
July 10, 2017- 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)
- Backward incompatible changes
-
v4.0.3 Changes
May 17, 2017- โจ Enhancements
- Update and improve Travis build matrix (#155)
- Specify behaviour for Sentry HTTP clients (#158)
- โจ Enhancements