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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
3
-
## Unreleased
3
+
## 8.19.0
4
+
5
+
### Features
6
+
7
+
- Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))
4
8
5
9
### Improvements
6
10
@@ -28,6 +32,8 @@
28
32
- Ensure frame metrics listeners are registered/unregistered on the main thread ([#4582](https://github.com/getsentry/sentry-java/pull/4582))
29
33
- Do not report cached events as lost ([#4575](https://github.com/getsentry/sentry-java/pull/4575))
30
34
- Previously events were recorded as lost early despite being retried later through the cache
35
+
- Move and flush unfinished previous session on init ([#4624](https://github.com/getsentry/sentry-java/pull/4624))
36
+
- This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start
31
37
- Switch to compileOnly dependency for compose-ui-material ([#4630](https://github.com/getsentry/sentry-java/pull/4630))
32
38
- This fixes `StackOverflowError` when using OSS Licenses plugin
0 commit comments