-
-
Notifications
You must be signed in to change notification settings - Fork 237
chore(sourcemaps): Remove support for non-chunked uploads #2957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
szokeasaurusrex
merged 1 commit into
master
from
szokeasaurusrex/no-chunked-sourcemap-upload
Dec 15, 2025
Merged
chore(sourcemaps): Remove support for non-chunked uploads #2957
szokeasaurusrex
merged 1 commit into
master
from
szokeasaurusrex/no-chunked-sourcemap-upload
Dec 15, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 14, 2025
Member
Author
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove support for non-chunked sourcemaps uploads. ### Issues - Resolves #2949 - Resolves [CLI-226](https://linear.app/getsentry/issue/CLI-226/remove-support-for-non-chunked-sourcemap-uploads)
c65b9ff to
22b551c
Compare
ca5c0c7 to
0ed0f05
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove support for non-chunked sourcemaps uploads. ### Issues - Resolves #2949 - Resolves [CLI-226](https://linear.app/getsentry/issue/CLI-226/remove-support-for-non-chunked-sourcemap-uploads)
22b551c to
7844727
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove support for non-chunked sourcemaps uploads. ### Issues - Resolves #2949 - Resolves [CLI-226](https://linear.app/getsentry/issue/CLI-226/remove-support-for-non-chunked-sourcemap-uploads)
7844727 to
a0a6cd5
Compare
2c2ea91 to
be26c24
Compare
42a91c6 to
b6ea442
Compare
This was referenced Nov 26, 2025
be26c24 to
de206ac
Compare
b6ea442 to
be0a436
Compare
This was referenced Dec 3, 2025
loewenheim
approved these changes
Dec 4, 2025
This was referenced Dec 4, 2025
de206ac to
f82da01
Compare
be0a436 to
b696228
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description Remove support for non-chunked sourcemaps uploads. Also, drop `ReleaseFiles` chunk upload capability, as we now assume that all servers support chunked uploads for release files. ### Issues - Resolves #2949 - Resolves [CLI-226](https://linear.app/getsentry/issue/CLI-226/remove-support-for-non-chunked-sourcemap-uploads)
f82da01 to
729a0eb
Compare
b696228 to
1c85ded
Compare
1c85ded to
f39d415
Compare
24880a8 to
ea5e2e8
Compare
f39d415 to
2368f7e
Compare
### Description Remove support for non-chunked sourcemaps uploads. Also, drop `ReleaseFiles` chunk upload capability, as we now assume that all servers support chunked uploads for release files. ### Issues - Resolves #2949 - Resolves [CLI-226](https://linear.app/getsentry/issue/CLI-226/remove-support-for-non-chunked-sourcemap-uploads)
ea5e2e8 to
de5cda2
Compare
2368f7e to
1435eb4
Compare
Base automatically changed from
szokeasaurusrex/projects-always-there
to
master
December 15, 2025 11:52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description
Remove support for non-chunked sourcemaps uploads. Also, drop
ReleaseFileschunk upload capability, as we now assume that all servers support chunked uploads for release files.Issues