Skip to content

feat(proguard): Use chunk uploading by default#2632

Closed
szokeasaurusrex wants to merge 1 commit intomasterfrom
szokeasaurusrex/proguard-chunk-upload-default
Closed

feat(proguard): Use chunk uploading by default#2632
szokeasaurusrex wants to merge 1 commit intomasterfrom
szokeasaurusrex/proguard-chunk-upload-default

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
Member

Enable chunk uploads for Proguard files. This upload method avoids 502 errors when uploading large Proguard files, and enables interrupted uploads to be resumed.

Closes #2328

"bcsymbolmaps" => ChunkUploadCapability::BcSymbolmap,
"il2cpp" => ChunkUploadCapability::Il2Cpp,
"preprod_artifacts" => ChunkUploadCapability::PreprodArtifacts,
"proguard" => ChunkUploadCapability::Proguard,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The server already returns this since getsentry/sentry@e0b7ff2

Enable chunk uploads for Proguard files. This upload method avoids 502 errors when uploading large Proguard files, and enables interrupted uploads to be resumed.
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-chunk-upload-default branch from afd3a06 to 4330fcb Compare July 22, 2025 12:30
@szokeasaurusrex szokeasaurusrex marked this pull request as draft July 22, 2025 12:31
@szokeasaurusrex
Copy link
Copy Markdown
Member Author

We should release this in the next major, as we will want to remove release association from the CLI before swapping over to making chunk uploading the default. Otherwise, we would always have to wait for assembly to complete, which could arguably be a degradation compared to the current default non-chunked behavior which does not have this restriction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make chunk uploads the default for Proguard files

1 participant