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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
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
9
- You may optionally register an `onOversizedEvent` callback to implement custom logic that is executed in case an oversized event is detected
10
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
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
0 commit comments