Skip to main content

Why are my events with attachments under 100MB being dropped due to size limits?

Updated over a month ago

Issue

Some events with attachments under 100MB are still being dropped due to size limits. Why is this happening?

Applies To

  • Users utilizing event attachments

Resolution

Sentry enforces size limits for events and attachments:

  • 100MB of total uncompressed attachments per event

  • 20MB maximum for the compressed envelope

Even if your total uncompressed attachments are under 100MB, the compressed envelope, which includes both the event data and its attachments, must not exceed 20MB. If the compressed envelope exceeds this size, Sentry will drop the entire event.

Did this answer your question?