Releases: getsentry/sentry-elixir
Releases · getsentry/sentry-elixir
7.0.4
- Bug Fixes
- Do not error if you cannot format the remote IP or port (#326)
7.0.3
- Bug Fixes
- Fix issue from using spawn_link stacktrace (#315)
- Relax plug_cowboy versions (#314)
7.0.2
- Bug Fixes
- Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)
7.0.1
- Enhancements
- Remove poison from applications list(#306)
6.4.1
- Bug Fixes
- Remove UUID dependency (#298)
- Fix link in documentation (#300)
6.4.0
-
Enhancements
- Add documentation detail around including source code (#287)
- Document fingerprinting (#288)
- Document
Sentry.Context
(#289)
- Add CONTRIBUTING.md (#290)
- Document cookie scrubber (#291)
- Document testing with Sentry (#292)
-
Bug Fixes
- Change
report_deps
default value to false to avoid compiler bug (#285)
- Limit size of messages (#293)
- Use
elixir_uuid
instead of uuid
(#295)
6.3.0
-
Enhancements
- Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
- Reduce Logger noise in HTTP Client (#274)
- Use
Plug.Conn.get_peer_data/1
(#273)
-
Bug Fixes
- Add documentation for capturing arbitrary events (#272)
- Fix typo in README.md (#277)
6.2.1
- Enhancements
- Accept public key DSNs (#263)