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 49abaf3 commit 0ab57bcCopy full SHA for 0ab57bc
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Fix ANRs when collecting device context ([#4970](https://github.com/getsentry/sentry-java/pull/4970))
8
- **IMPORTANT:** This disables collecting external storage size (total/free) by default, to enable it back
9
use `options.isCollectExternalStorageContext = true` or `<meta-data android:name="io.sentry.external-storage-context" android:value="true" />`
10
+- Fix `NullPointerException` when reading ANR marker ([#4979](https://github.com/getsentry/sentry-java/pull/4979))
11
12
### Improvements
13
0 commit comments