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 a7e737e commit c1b6bc6Copy full SHA for c1b6bc6
1 file changed
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
### Fixes
6
7
+- Avoid StrictMode warnings ([#4724](https://github.com/getsentry/sentry-java/pull/4724))
8
- Use logger from options for JVM profiler ([#4771](https://github.com/getsentry/sentry-java/pull/4771))
9
- Session Replay: Avoid deadlock when pausing replay if no connection ([#4788](https://github.com/getsentry/sentry-java/pull/4788))
10
@@ -61,10 +62,6 @@
61
62
```
63
- Sentry now supports Spring Boot 4 M3 pre-release ([#4739](https://github.com/getsentry/sentry-java/pull/4739))
64
-### Fixes
65
-
66
-- Avoid StrictMode warnings ([#4724](https://github.com/getsentry/sentry-java/pull/4724))
67
68
### Improvements
69
70
- Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
0 commit comments