You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed the `:async` value for the `:result` option in `Sentry.send_event/2` (and friends)
14
-
- Removed `Sentry.CrashError` — now, crash reports (detected through `Sentry.LoggerBackend`) that do not contain exceptions are reported as *messages* in Sentry
15
-
- Changed the shape of the `Sentry.Event` struct - check out the new fields (and typespec for `Sentry.Event.t/0`)
16
-
17
-
### Improvements
18
-
19
-
- Add `Sentry.LoggerHandler`, which is a `:logger` handler rather than a `Logger` backend
20
-
- Make the `Sentry.HTTPClient.child_spec/0` callback optional
21
-
- Add `:all` as a possible value of the `:metadata` configuration option for `Sentry.LoggerBackend`
22
-
- Add `:all` as a possible value for the `:included_environment` configuration option
23
-
- Add `Sentry.Interfaces` with all the child modules, which are useful if you're working directly with the Sentry API
24
-
25
-
### Deprecations
26
-
27
-
- Soft-deprecate `Sentry.EventFilter` in favour of `:before_send_event` callbacks.
28
-
29
-
### Bug fixes
30
-
31
-
- Fix an issue with JSON-encoding non-encodable terms (such as PIDs, which are pretty common)
0 commit comments