getsentry/sentry-java

Truncate events that are too large

Closed this issue · 2 comments

Description

Other SDKs already truncate events that are too large an would be rejected by Sentry.

We should investigate ways of truncating e.g. nice to have data (e.g. modules) and things like breadcrumbs etc.

TODO look at how other SDKs are doing it

We should discuss internally first whether we want to do this or if we could raise limits.

We're closing this because there's a plan to make trimming in relay smarter.