All Versions
49
Latest Version
Avg Release Cycle
55 days
Latest Release
1084 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v8.0.6 Changes
September 28, 2021- ๐ Bug Fixes
- Remove function that disables non-group leader logging (#467)
- Handle :unsampled events in
Sentry.send_test_event
(#474) - Fix dialyzer reporting unmatched_return for Sentry.PlugCapture (#475)
- Use correct
Plug.Parsers
exception module (#482)
- ๐ Bug Fixes
-
v8.0.5 Changes
February 14, 2021โจ Enhancements
- Support lists in scrubbing (#442)
- Send Sentry reports on uncaught throws/exits (#447)
๐ Bug Fixes
- Deprecate
Sentry.Config.in_app_module_whitelist
in favor ofSentry.Config.in_app_module_allow_list
(#450) - Update outdated
Sentry.Plug
documentation (#452) - Update
Sentry.HTTPClient
documentation (#456)
- Deprecate
-
v8.0.4 Changes
November 16, 2020- ๐ Bug Fixes
- Do not read DSN config at compile time (#441)
- ๐ Bug Fixes
-
v8.0.3 Changes
November 11, 2020 -
v8.0.2 Changes
September 06, 2020 -
v8.0.1 Changes
August 08, 2020- โจ Enhancements
- Add plug parsing errors to list of default excluded params (#414)
- Make Sentry.PlugContext.scrub_map public (#417)
- Allow users to configure maximum number of breadcrumbs (#418)
- โจ Enhancements
-
v8.0.0 Changes
July 13, 2020โฌ๏ธ 7.x -> 8.0 Upgrade Guide
- ๐ Bug Fixes
- Fix documentation for
Sentry.PlugContext
(#410)
- Fix documentation for
- ๐ Bug Fixes
-
v8.0.0-rc.2 Changes
July 01, 2020- ๐ Bug Fixes
- Fix trying to transform erlang error coming from PlugCapture (#406)
- ๐ Bug Fixes
-
v8.0.0-rc.1 Changes
June 29, 2020- ๐ Bug Fixes
- Remove changes that were unintentionally included in build
- ๐ Bug Fixes
-
v8.0.0-rc.0 Changes
June 24, 2020โฌ๏ธ Instructions to upgrade from 7.x: https://gist.github.com/mitchellhenke/dce120a5515565076b13962ee0be749b
โจ Enhancements
- Cache environment config in application config (#393)
- Allow configuring LoggerBackend to send all messages, not just exceptions (e.g.
Logger.error("I am an error message")
)๐ Bug Fixes
- fix request url port in payloads for HTTPS requests (#391)
๐ฅ Breaking Changes
- Change default
included_environments
to only include:prod
by default (#370) - Change default event send type to :none instead of :async (#341)
- Make hackney an optional dependency, and simplify Sentry.HTTPClient behaviour (#400)
- Use Logger.metadata for Sentry.Context, no longer return metadata values on set_* functions, and rename
set_http_context
toset_request_context
(#401) - Move excluded exceptions from Sentry.Plug to Sentry.DefaultEventFilter (#402)
- Remove Sentry.Plug and Sentry.Phoenix.Endpoint in favor of Sentry.PlugContext and Sentry.PlugCapture (#402)
- Remove feedback form rendering and configuration (#402)
- Logger metadata is now specified by key in LoggerBackend instead of enabled/disabled (#403)
- Require Elixir 1.10 and optionally plug_cowboy 2.3 (#403)
Sentry.capture_exception/1
now only accepts exceptions (#403)