Releases: getsentry/sentry-elixir
Releases · getsentry/sentry-elixir
8.0.5
- 
Enhancements
 - 
Bug Fixes
 
8.0.4
8.0.3
8.0.2
7.2.5
8.0.0
- Bug Fixes
- Fix documentation for 
Sentry.PlugContext(#410) 
 - Fix documentation for 
 
8.0.0-rc.2
- Bug Fixes
- Fix trying to transform erlang error coming from PlugCapture (#406)
 
 
8.0.0-rc.1
Fixes unintended changes that were included in 8.0.0-rc.0
8.0.0-rc.0
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_environmentsto only include:prodby 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_contexttoset_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/1now only accepts exceptions (#403)
 - Change default