-
I am trying to upload native minidumps to Sentry, but some of them have a size larger than 20 MB. According to the documentation, 20 MB is the size limitation for compressed minidump requests, and the limit for uncompressed dumps is 100 MB. However, when I compress a minidump to a ZIP file and try to upload it, Sentry returns an error message saying "Invalid minidump". I don't understand how to send compressed minidumps and what the documentation means by 'compressed minidump request'. What am I doing wrong? Is it possible to upload compressed minidumps? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
100M is pretty much a hard limit that we do not want to raise. The 20M limit is meant as the http |
Beta Was this translation helpful? Give feedback.
100M is pretty much a hard limit that we do not want to raise. The 20M limit is meant as the http
Transfer-Encoding
compression, and is being enforced by relay. I don’t think that limit is flexible either.