docs(snapshots): document --all-image-file-names and --all-image-file-names-file#18344
Open
mtopo27 wants to merge 2 commits into
Open
docs(snapshots): document --all-image-file-names and --all-image-file-names-file#18344mtopo27 wants to merge 2 commits into
mtopo27 wants to merge 2 commits into
Conversation
…-names-file flags Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
NicoHinderling
approved these changes
Jun 9, 2026
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
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.
What
Documents the
--all-image-file-namesand--all-image-file-names-fileflags forsentry-cli snapshots uploadin both the product docs and CLI reference.Why
These flags were added to sentry-cli but were not documented. They unlock removal and rename detection for selective uploads, which was previously listed as an unsupported limitation.
Changes
docs/product/snapshots/uploading-snapshots/index.mdx(Selective Testing section):--all-image-file-names/--all-image-file-names-fileresolve the limitationdocs/cli/snapshots.mdx(Selective Uploads section + Flag Reference):--selectivealone has the limitation (not--selectivein general)Verified
Content derived directly from sentry-cli source: flag names, help strings, mutual-exclusion constraint, implicit
--selectivebehavior, and the uploaded-image validation.View Session in Sentry