-
-
Notifications
You must be signed in to change notification settings - Fork 236
ref(debug-files): Assume server supports all formats #2955
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/server-supports-all-debug-files
Dec 15, 2025
Merged
ref(debug-files): Assume server supports all formats #2955
szokeasaurusrex
merged 1 commit into
master
from
szokeasaurusrex/server-supports-all-debug-files
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 13, 2025
Member
Author
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 13, 2025
### Description All debug file formats have been supported for at least three years, so with the Sentry CLI 3.0 release, all servers we support will support all debug file formats. Therefore, checking supported formats is no longer needed. ### Issues - Resolves #2953 - Resolves [CLI-229](https://linear.app/getsentry/issue/CLI-229/assume-server-supports-all-debug-file-formats)
0996526 to
f769d02
Compare
loewenheim
approved these changes
Nov 13, 2025
This was referenced Nov 14, 2025
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 19, 2025
### Description All debug file formats have been supported for at least three years, so with the Sentry CLI 3.0 release, all servers we support will support all debug file formats. Therefore, checking supported formats is no longer needed. ### Issues - Resolves #2953 - Resolves [CLI-229](https://linear.app/getsentry/issue/CLI-229/assume-server-supports-all-debug-file-formats)
28c9a0f to
3adc503
Compare
f769d02 to
37b9179
Compare
37b9179 to
78fd909
Compare
This was referenced Nov 26, 2025
9f10666 to
378b0f0
Compare
78fd909 to
39dc7c7
Compare
This was referenced Dec 3, 2025
This was referenced Dec 10, 2025
378b0f0 to
b3cf91a
Compare
39dc7c7 to
644450f
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description All debug file formats have been supported for at least three years, so with the Sentry CLI 3.0 release, all servers we support will support all debug file formats. Therefore, checking supported formats is no longer needed. ### Issues - Resolves #2953 - Resolves [CLI-229](https://linear.app/getsentry/issue/CLI-229/assume-server-supports-all-debug-file-formats)
644450f to
6a64f08
Compare
b3cf91a to
4e273a6
Compare
6a64f08 to
a600f83
Compare
85d5de6 to
7154c7d
Compare
a600f83 to
3708591
Compare
### Description All debug file formats have been supported for at least three years, so with the Sentry CLI 3.0 release, all servers we support will support all debug file formats. Therefore, checking supported formats is no longer needed. ### Issues - Resolves #2953 - Resolves [CLI-229](https://linear.app/getsentry/issue/CLI-229/assume-server-supports-all-debug-file-formats)
3708591 to
2b20d53
Compare
7154c7d to
2ae8f30
Compare
Base automatically changed from
szokeasaurusrex/difs-only-chunk-upload
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
All debug file formats have been supported for at least three years, so with the Sentry CLI 3.0 release, all servers we support will support all debug file formats. Therefore, checking supported formats is no longer needed.
Issues