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 6de15f8 commit 56bd5d3Copy full SHA for 56bd5d3
CHANGELOG.md
@@ -2,12 +2,17 @@
2
3
## Unreleased
4
5
+### Fixes
6
+
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
11
### Improvements
12
13
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
14
- This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once
15
-
16
## 8.29.0
17
18
### Fixes
0 commit comments