Skip to content

Commit 0402a74

Browse files
committed
changelog
1 parent ec91944 commit 0402a74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

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+
513
### Improvements
614

715
- Do not send manual log origin ([#4897](https://github.com/getsentry/sentry-java/pull/4897))

0 commit comments

Comments
 (0)