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 2662674 commit b54acd5Copy full SHA for b54acd5
CHANGELOG.md
@@ -7,13 +7,15 @@
7
- Avoid forking `rootScopes` for Reactor if current thread has `NoOpScopes` ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
8
- This reduces the SDKs overhead by avoiding unnecessary scope forks
9
10
+### Fixes
11
+
12
+- Fix missing thread stacks for ANRv1 events ([#4918](https://github.com/getsentry/sentry-java/pull/4918))
13
14
## 8.27.1
15
16
### Fixes
17
18
- Do not log if `sentry.properties` in rundir has not been found ([#4929](https://github.com/getsentry/sentry-java/pull/4929))
-- Fix missing thread stacks for ANRv1 events ([#4918](https://github.com/getsentry/sentry-java/pull/4918))
-
19
20
## 8.27.0
21
0 commit comments