We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a703a6e commit f98fb31Copy full SHA for f98fb31
CHANGELOG.md
@@ -28,6 +28,8 @@
28
- Ensure frame metrics listeners are registered/unregistered on the main thread ([#4582](https://github.com/getsentry/sentry-java/pull/4582))
29
- Do not report cached events as lost ([#4575](https://github.com/getsentry/sentry-java/pull/4575))
30
- Previously events were recorded as lost early despite being retried later through the cache
31
+- Move and flush unfinished previous session on init ([#4624](https://github.com/getsentry/sentry-java/pull/4624))
32
+ - This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start
33
34
## 8.18.0
35
0 commit comments