docs(snapshots): Split CI setup into its own page#17424
Open
runningcode wants to merge 1 commit intomtopo27/snapshots-ea-product-docsfrom
Open
docs(snapshots): Split CI setup into its own page#17424runningcode wants to merge 1 commit intomtopo27/snapshots-ea-product-docsfrom
runningcode wants to merge 1 commit intomtopo27/snapshots-ea-product-docsfrom
Conversation
Extract the GitHub Actions CI example out of the Uploading Snapshots page into a dedicated Integrating Into CI page, mirroring the structure of the Size Analysis docs. The previous upload page carried an opinionated workflow with a `<your-snapshot-command>` placeholder. Snapshot generation varies wildly across platforms (Playwright, Paparazzi, XCUITests, Laravel Dusk), so a single baked-in template misled readers. The new CI page gives a skeleton workflow that handles push and pull_request in one file and defers platform-specific generation to bullets that will be linked to iOS/Android platform guides. Also introduces two reusable includes (ci-alert, github-only) modeled on the size-analysis includes, and cross-links the overview and reviewing pages back to the new CI page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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
Restructure the snapshots docs so CI setup lives on its own page, mirroring the pattern used by the Size Analysis docs.
The current `uploading-snapshots` page embeds a full GitHub Actions workflow with a `` placeholder. Snapshot generation varies wildly by platform (Playwright, Paparazzi, XCUITests, Laravel Dusk…), so the single baked-in template is misleading. This PR extracts the CI guidance into a dedicated page and keeps the upload page focused on the universal bits (directory structure, JSON metadata, `sentry-cli` reference).
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: