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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Unreleased
4
4
5
+
### Features
6
+
7
+
- Detect oversized events and reduce their size ([#4903](https://github.com/getsentry/sentry-java/pull/4903))
8
+
- You can opt into this new behaviour by setting `enableEventSizeLimiting` to `true` (`sentry.enable-event-size-limiting=true` for Spring Boot `application.properties`)
9
+
- You may optionally register an `onOversizedEvent` callback to implement custom logic that is executed in case an oversized event is detected
10
+
- This is executed first and if event size was reduced sufficiently, no further truncation is performed
11
+
- Currently we are dropping breadcrumbs and if that isn't sufficient also stack frames in order to get an events size down
12
+
5
13
### Improvements
6
14
7
15
- Do not send manual log origin ([#4897](https://github.com/getsentry/sentry-java/pull/4897))
0 commit comments