Skip to content

Commit 999fe4f

Browse files
committed
changelog
1 parent 3ecdd66 commit 999fe4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ SentryAndroid.init(
5555

5656
- Avoid forking `rootScopes` for Reactor if current thread has `NoOpScopes` ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
5757
- This reduces the SDKs overhead by avoiding unnecessary scope forks
58+
- Discard envelopes on `4xx` and `5xx` response ([#4950](https://github.com/getsentry/sentry-java/pull/4950))
59+
- This aims to not overwhelm Sentry after an outage where too many events are sent at once
60+
- 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
5861

5962
### Fixes
6063

0 commit comments

Comments
 (0)