From 4b66587a8f42d9daaba979f9f71119ced6a87f43 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:49:19 +0000 Subject: [PATCH] docs(snapshots): flip snapshots from EA to beta - Replace early_access: true with beta: true in frontmatter - Swap feature-available-for-user-group-early-adopter include for feature-stage-beta.mdx across all snapshots docs - Remove Early Adopter prerequisite from main snapshots index - Update EA-specific GitHub footnote to plain language Refs EME-1183 Co-authored-by: Max Topolsky --- docs/cli/snapshots.mdx | 4 ++-- docs/platforms/android/snapshots/index.mdx | 4 ++-- docs/platforms/apple/common/snapshots/index.mdx | 4 ++-- docs/product/snapshots/agentic-workflow/index.mdx | 2 +- docs/product/snapshots/index.mdx | 7 +++---- docs/product/snapshots/integrating-into-ci.mdx | 2 +- docs/product/snapshots/local-testing/index.mdx | 2 +- docs/product/snapshots/reviewing-snapshots/index.mdx | 2 +- docs/product/snapshots/uploading-snapshots/index.mdx | 2 +- 9 files changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/cli/snapshots.mdx b/docs/cli/snapshots.mdx index fc60b4d99ba09b..ffe74ccf7a669a 100644 --- a/docs/cli/snapshots.mdx +++ b/docs/cli/snapshots.mdx @@ -2,10 +2,10 @@ title: Snapshots (CLI) sidebar_order: 6 description: "Upload snapshot images to Sentry with sentry-cli for visual diffing and GitHub status checks." -early_access: true +beta: true --- - + The `sentry-cli build snapshots` command uploads a directory of images to [Snapshots](/product/snapshots/) for visual diffing against a base build. diff --git a/docs/platforms/android/snapshots/index.mdx b/docs/platforms/android/snapshots/index.mdx index b9002725dbe589..eda03a59549a92 100644 --- a/docs/platforms/android/snapshots/index.mdx +++ b/docs/platforms/android/snapshots/index.mdx @@ -4,10 +4,10 @@ sidebar_title: Snapshots sidebar_order: 5275 sidebar_section: features description: Set up snapshots for Android apps with the Sentry Android Gradle Plugin. -early_access: true +beta: true --- - + Set up [Snapshots](/product/snapshots/) for your Android app with the Sentry Android Gradle Plugin. Generate snapshots locally or in your own CI using your preferred snapshot library, then upload the generated images to Sentry for image diffing, visual review, and GitHub status checks. diff --git a/docs/platforms/apple/common/snapshots/index.mdx b/docs/platforms/apple/common/snapshots/index.mdx index 0d3f6057b9644f..819be028e5e849 100644 --- a/docs/platforms/apple/common/snapshots/index.mdx +++ b/docs/platforms/apple/common/snapshots/index.mdx @@ -4,10 +4,10 @@ sidebar_title: Snapshots sidebar_order: 4950 sidebar_section: features description: Set up snapshots for any Apple app using Snapshot Previews or your preferred snapshot library. -early_access: true +beta: true --- - + Set up [Snapshots](/product/snapshots/) for your Apple app. Generate snapshots locally or in your own CI using your preferred snapshot library, then upload the generated images to Sentry for image diffing, visual review, and GitHub status checks. diff --git a/docs/product/snapshots/agentic-workflow/index.mdx b/docs/product/snapshots/agentic-workflow/index.mdx index 377248a768b51e..ac16a1de54f9fe 100644 --- a/docs/product/snapshots/agentic-workflow/index.mdx +++ b/docs/product/snapshots/agentic-workflow/index.mdx @@ -4,7 +4,7 @@ sidebar_order: 30 description: Connect an AI agent to Sentry's MCP server to inspect snapshot diffs, images, and baselines. --- - + Connect an AI coding assistant to Sentry's MCP server so it can pull snapshot diffs, images, and baselines on your behalf. This lets you investigate snapshot failures by asking the agent, instead of clicking through the Sentry UI or downloading images by hand. It complements the [local CLI workflow](/product/snapshots/local-testing/): MCP is built for agent-assisted investigation and review, while `sentry-cli` is built for local downloads and diffing. diff --git a/docs/product/snapshots/index.mdx b/docs/product/snapshots/index.mdx index 066b8b9a5565ef..87fb9d4427328a 100644 --- a/docs/product/snapshots/index.mdx +++ b/docs/product/snapshots/index.mdx @@ -2,10 +2,10 @@ title: Snapshots sidebar_order: 138 description: Catch visual changes on every pull request with snapshots. -early_access: true +beta: true --- - + Snapshots helps you catch unintended visual changes before they reach users. Sentry handles image storage, diffing, CI checks, and more. @@ -17,11 +17,10 @@ Snapshots helps you catch unintended visual changes before they reach users. Sen 4. **Results post to your PR** — Snapshot results post to your PR\* via a GitHub status check. See [Integrating Into CI](/product/snapshots/integrating-into-ci/) for setup. You can [configure settings](/product/snapshots/reviewing-snapshots/#status-check-settings) to control status check and comment behavior. 5. **Review and approve** — View snapshot results on the Sentry UI. If the Snapshot "failed" you can approve it from either the PR or the Sentry UI. -\*Note: Snapshots EA only supports Github +\*Note: Snapshots currently only supports GitHub for status check integration and PR comments. ## Prerequisites -- **Early Adopter access** — Enable the Early Adopter toggle in your [organization settings](/organization/early-adopter-features/). - **Auth token** — A Sentry auth token with `project:write` scope (personal token) or `org:ci` scope (org-level token). - **sentry-cli >= 3.4.0** — The `build snapshots` command requires version 3.4.0 or later. - **GitHub integration** — Snapshots can be used with any VCS provider, but only Github is supported for status check integration and PR comments. Install the [Sentry GitHub App](/organization/integrations/source-code-mgmt/github/) and grant it access to your repository for PR integration. diff --git a/docs/product/snapshots/integrating-into-ci.mdx b/docs/product/snapshots/integrating-into-ci.mdx index b8ef0230627fcf..ab3c950bdea2ad 100644 --- a/docs/product/snapshots/integrating-into-ci.mdx +++ b/docs/product/snapshots/integrating-into-ci.mdx @@ -4,7 +4,7 @@ sidebar_order: 15 description: Set up Snapshots in CI to receive automated visual diff status checks on every pull request. --- - + diff --git a/docs/product/snapshots/local-testing/index.mdx b/docs/product/snapshots/local-testing/index.mdx index 1faeed2cac2f02..3d84b56fb3636f 100644 --- a/docs/product/snapshots/local-testing/index.mdx +++ b/docs/product/snapshots/local-testing/index.mdx @@ -4,7 +4,7 @@ sidebar_order: 25 description: Download baseline snapshots and diff images locally with sentry-cli. --- - + You can download baseline snapshots from Sentry and diff them against local images without leaving your machine. This is useful for fast iteration during development or for AI-assisted visual regression workflows. diff --git a/docs/product/snapshots/reviewing-snapshots/index.mdx b/docs/product/snapshots/reviewing-snapshots/index.mdx index 6412be6694f170..a8e78bd497ccac 100644 --- a/docs/product/snapshots/reviewing-snapshots/index.mdx +++ b/docs/product/snapshots/reviewing-snapshots/index.mdx @@ -4,7 +4,7 @@ sidebar_order: 20 description: Review snapshot diffs on your pull request and approve changes. --- - + ## Snapshot Comparisons diff --git a/docs/product/snapshots/uploading-snapshots/index.mdx b/docs/product/snapshots/uploading-snapshots/index.mdx index 5abbd4c8b190ff..ce2381db4d3900 100644 --- a/docs/product/snapshots/uploading-snapshots/index.mdx +++ b/docs/product/snapshots/uploading-snapshots/index.mdx @@ -4,7 +4,7 @@ sidebar_order: 10 description: Structure your snapshot directory and upload from CI with sentry-cli. --- - +