Skip to content

Commit 0650732

Browse files
committed
move changelog; reword
1 parent 275aa92 commit 0650732

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Improvements
6+
7+
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
8+
- This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once
9+
- We also do not have to re-send on a `4xx` since that's likely an SDK (e.g. wrong serialization) or envelope problem (e.g. too large) and sending it again won't change the result
10+
11+
312
## 8.29.0
413

514
### Fixes
@@ -67,9 +76,6 @@ SentryAndroid.init(
6776

6877
- Avoid forking `rootScopes` for Reactor if current thread has `NoOpScopes` ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
6978
- This reduces the SDKs overhead by avoiding unnecessary scope forks
70-
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
71-
- This aims to not overwhelm Sentry after an outage where too many events are sent at once
72-
- We also do not have to re-send on a `4xx` since that's likely an SDK (e.g. wrong serialization) or envelope problem (e.g. too large) and sending it again won't change the result
7379

7480
### Fixes
7581

0 commit comments

Comments
 (0)