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 221e9db commit 4f2da73Copy full SHA for 4f2da73
CHANGELOG.md
@@ -20,6 +20,7 @@
20
native <methods>;
21
}
22
```
23
+- Ensure frame metrics listeners are registered/unregistered on the main thread ([#4582](https://github.com/getsentry/sentry-java/pull/4582))
24
25
## 8.18.0
26
@@ -56,7 +57,6 @@
56
57
- Reduce scope forking when using OpenTelemetry ([#4565](https://github.com/getsentry/sentry-java/pull/4565))
58
- `Sentry.withScope` now has the correct current scope passed to the callback. Previously our OpenTelemetry integration forked scopes an additional.
59
- Overall the SDK is now forking scopes a bit less often.
-- Ensure frame metrics listeners are registered/unregistered on the main thread ([#4582](https://github.com/getsentry/sentry-java/pull/4582))
60
61
## 8.17.0
62
0 commit comments