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
It's been coming up a lot in recent years that people are unhappy with the way our serializer auto-trims their events. The most common issues are that there is no indication in the UI that some part of the event was trimmed and that parts of objects important for debugging go missing.
As far as we know sentry-python is also the only SDK that actively trims events before sending.
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
It's been coming up a lot in recent years that people are unhappy with the way our serializer auto-trims their events. The most common issues are that there is no indication in the UI that some part of the event was trimmed and that parts of objects important for debugging go missing.
As far as we know
sentry-python
is also the only SDK that actively trims events before sending.Ingest will drop an event if it is too large, (see also #2223 (comment)) which should be made transparent to users (e.g. client reports) if it happens.
We've recently updated an option to skip trimming request bodies. This issue considers going one step further and removing the limits altogether, either optionally or in all cases.
Related Issues
Solution Brainstorm
The text was updated successfully, but these errors were encountered: