Skip to content

Commit 56bd5d3

Browse files
committed
Changelog
1 parent 6de15f8 commit 56bd5d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
## Unreleased
44

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+
511
### Improvements
612

713
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
814
- This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once
915

10-
1116
## 8.29.0
1217

1318
### Fixes

0 commit comments

Comments
 (0)