Issue
I am trying to upload debug information files (DIFs) to Sentry, but I cannot, because they exceed the 4GB per-file upload limit.
Applies To
SaaS Customers on Business or Enterprise plans
Debug Information Files
Error Monitoring
Resolution
The 4GB per-file limit for direct debug file uploads is not configurable. To use debug files larger than 4GB, host them in your own custom symbol repository and add it to your project's debug file settings, instead of uploading the files directly to Sentry.
Set up a custom repository of one of the supported types: an HTTP symbol server, an Amazon S3 bucket, or a Google Cloud Storage bucket.
Add it under Project Settings > Debug Files. Sentry then fetches the debug files from that repository when it symbolicates events. See the symbol servers documentation.
Custom repositories require a Business or Enterprise plan.
A custom repository also lets you use compressed debug files. Sentry supports several compression methods (Gzip, zlib, Zstandard, and Cabinet/CAB) only when downloading debug files from an external repository. Files uploaded directly to Sentry cannot be compressed, which is another reason to use a custom repository for large debug files.
