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 9ebf2be commit 8de0ac5Copy full SHA for 8de0ac5
1 file changed
CHANGELOG.md
@@ -15,6 +15,10 @@
15
}
16
```
17
18
+### Fixes
19
+
20
+- Flush logs on crash ([#4684](https://github.com/getsentry/sentry-java/pull/4684))
21
22
### Improvements
23
24
- Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
@@ -47,10 +51,6 @@
47
51
- Add support for `vars` attribute in `SentryStackFrame` ([#4686](https://github.com/getsentry/sentry-java/pull/4686))
48
52
- **Breaking change**: The type of the `vars` attribute has been changed from `Map<String, String>` to `Map<String, Object>`.
49
53
50
-### Fixes
-
-- Flush logs on crash ([#4684](https://github.com/getsentry/sentry-java/pull/4684))
54
## 8.20.0
55
56
### Fixes
0 commit comments