You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
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
+
3
12
## 8.29.0
4
13
5
14
### Fixes
@@ -67,9 +76,6 @@ SentryAndroid.init(
67
76
68
77
- Avoid forking `rootScopes` for Reactor if current thread has `NoOpScopes` ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
69
78
- 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
0 commit comments