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 the `Sentry.Event.sentry_exception/0` type
15
-
- Accept all environments by default by changing the default for the `:included_environments` configuration option from `[:prod]` to `:all`
16
14
- Removed `Sentry.CrashError` — now, crash reports (detected through `Sentry.LoggerBackend`) that do not contain exceptions are reported as *messages* in Sentry
15
+
- Started accepting all environments by default by changing the default for the `:included_environments` configuration option from `[:prod]` to `:all`
16
+
- Changed the shape of the `Sentry.Event` struct - check out the new fields (and typespec for `Sentry.Event.t/0`)
17
17
18
18
### Improvements
19
19
20
20
- Add `Sentry.LoggerHandler`, which is a `:logger` handler rather than a `Logger` backend
21
21
- Make the `Sentry.HTTPClient.child_spec/0` callback optional
22
22
- Add `:all` as a possible value of the `:metadata` configuration option for `Sentry.LoggerBackend`
23
+
- Add `Sentry.Interfaces` with all the child modules, which are useful if you're working directly with the Sentry API
23
24
24
25
### Deprecations
25
26
26
27
- Soft-deprecate `Sentry.EventFilter` in favour of `:before_send_event` callbacks.
27
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