This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Breadcrumbs cause OOM #929
Open
Description
When something bad happens on server and we get several exceptions per second - breadcrumbs can grow and cause process to OOM while trying to send these exceptions.
Example of mesage from raven to sentry:
https://gist.github.com/samoylovfp/29e8b863ce19bc5e999cb54ad0d0f41e
There should be some way of limiting maximum size of breadcrumbs array or size of outgoing message body.