Skip to content

Commit 48cf37d

Browse files
committed
Remove manually-entered entries from the CHANGELOG
1 parent 8cfe14b commit 48cf37d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

CHANGELOG.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
# Changelog
22

3-
## 9.0.0
4-
5-
### Breaking changes
6-
7-
- Removed `Sentry.Sources`
8-
- Removed `Sentry.Client`, as it's an internal module
9-
- Removed the `Sentry.Event.sentry_exception/0` type
10-
- Removed `Sentry.Event.add_metadata/1`
11-
- Removed `Sentry.Event.culprit_from_stacktrace/1`
12-
- Removed `Sentry.Event.do_put_source_context/3`
13-
- 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)
32-
333
## 8.1.0
344

355
### Various fixes & improvements

0 commit comments

Comments
 (0)