Skip to content

Commit c7ee1e2

Browse files
committed
changelog update
1 parent 00e07b1 commit c7ee1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- You can opt into this new behaviour by setting `enableEventSizeLimiting` to `true` (`sentry.enable-event-size-limiting=true` for Spring Boot `application.properties`)
99
- You may optionally register an `onOversizedEvent` callback to implement custom logic that is executed in case an oversized event is detected
1010
- 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
11+
- In case we detect an oversized event, we first drop breadcrumbs and if that isn't sufficient we also drop stack frames in order to get an events size down
1212

1313
### Improvements
1414

0 commit comments

Comments
 (0)