docs(snapshots): Add sentry-cli reference page for snapshots#17464
Merged
runningcode merged 5 commits intomtopo27/snapshots-ea-product-docsfrom May 4, 2026
Merged
docs(snapshots): Add sentry-cli reference page for snapshots#17464runningcode merged 5 commits intomtopo27/snapshots-ea-product-docsfrom
runningcode merged 5 commits intomtopo27/snapshots-ea-product-docsfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
antonis
reviewed
Apr 30, 2026
coolguyzone
reviewed
Apr 30, 2026
mtopo27
reviewed
May 1, 2026
Add a dedicated /cli/snapshots/ page documenting the experimental `sentry-cli build snapshots` command: basic usage, git metadata auto-detection behavior, --selective sharding, and the full flag reference. Move the flag table out of the uploading-snapshots product page and link to the new CLI page instead. Expand the Android guide's one-line sentry-cli mention into a short section with a concrete example for users who don't use the Sentry Android Gradle Plugin.
Co-authored-by: Alex Krawiec <alexanderkrawiec@gmail.com>
Remove --header from CLI snapshots flag reference since it's a global sentry-cli flag. Collapse multi-line Alert text to avoid rendering artifacts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ca76d40 to
9aeeb17
Compare
Point Android and Apple CI integration links to the dedicated /product/snapshots/integrating-into-ci/ page instead of a non-existent anchor on the uploading-snapshots page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5de0c3d
into
mtopo27/snapshots-ea-product-docs
8 checks passed
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.
DESCRIBE YOUR PR
Add a dedicated
/cli/snapshots/page forsentry-cli build snapshots, the command that underpins Snapshots uploads. Makes the command discoverable from the CLI left nav and documents behavior that wasn't previously covered.docs/cli/snapshots.mdx— basic usage, git metadata auto-detection (head/base SHA, VCS provider, PR number),--selectivesharding,--diff-threshold, and a full flag reference.sentry-cli build snapshotsflag table out ofdocs/product/snapshots/uploading-snapshots/index.mdx— that page now links to the CLI reference.sentry-climention indocs/platforms/android/snapshots/index.mdxinto a short section with an example for Android users who don't use the Sentry Android Gradle Plugin.Stacked on top of
mtopo27/snapshots-ea-product-docs.IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: