Environment
- Sentry version (mix deps):
7.2.0
- Operating system: macOS, Linux
Description
Sometimes for long lived processes, too many breadcrumbs are added to a sentry event. When posting the event, the client fails if the body is too large. Similar to this issue: https://forum.sentry.io/t/http-error-413-request-entity-too-large/1942.
Is it possible to get configuration to limit the number of breadcrumbs that sentry will attempt to send? Something akin to max_breadcrumbs that is present in the python sentry library?