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
When the payload is larger, Sentry returns 413 Payload Too Large
This is a bigger problem with data that doesn't compress very well, such as video files.
Some platforms provide video recordings for test sessions (a replay video from a game play in a Game Console test instance).
Solution Brainstorm
Ideally allow for 100MB uncompressed, for files that don't compress well anyway. This should allow for large enough videos for this platform.
The text was updated successfully, but these errors were encountered:
Problem Statement
Attachment limit today is 100MB uncompressed. And we support a few compressing algorithms.
The limit on the compressed request is set to 20MB.
That's documented here:
When the payload is larger, Sentry returns
413 Payload Too Large
This is a bigger problem with data that doesn't compress very well, such as video files.
Some platforms provide video recordings for test sessions (a replay video from a game play in a Game Console test instance).
Solution Brainstorm
Ideally allow for 100MB uncompressed, for files that don't compress well anyway. This should allow for large enough videos for this platform.
The text was updated successfully, but these errors were encountered: