Skip to content

Commit 4b66587

Browse files
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 <noreply>
1 parent 0717871 commit 4b66587

9 files changed

Lines changed: 14 additions & 15 deletions

File tree

docs/cli/snapshots.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Snapshots (CLI)
33
sidebar_order: 6
44
description: "Upload snapshot images to Sentry with sentry-cli for visual diffing and GitHub status checks."
5-
early_access: true
5+
beta: true
66
---
77

8-
<Include name="feature-available-for-user-group-early-adopter" />
8+
<Include name="feature-stage-beta.mdx" />
99

1010
The `sentry-cli build snapshots` command uploads a directory of images to [Snapshots](/product/snapshots/) for visual diffing against a base build.
1111

docs/platforms/android/snapshots/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_title: Snapshots
44
sidebar_order: 5275
55
sidebar_section: features
66
description: Set up snapshots for Android apps with the Sentry Android Gradle Plugin.
7-
early_access: true
7+
beta: true
88
---
99

10-
<Include name="feature-available-for-user-group-early-adopter" />
10+
<Include name="feature-stage-beta.mdx" />
1111

1212
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.
1313

docs/platforms/apple/common/snapshots/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_title: Snapshots
44
sidebar_order: 4950
55
sidebar_section: features
66
description: Set up snapshots for any Apple app using Snapshot Previews or your preferred snapshot library.
7-
early_access: true
7+
beta: true
88
---
99

10-
<Include name="feature-available-for-user-group-early-adopter" />
10+
<Include name="feature-stage-beta.mdx" />
1111

1212
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.
1313

docs/product/snapshots/agentic-workflow/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 30
44
description: Connect an AI agent to Sentry's MCP server to inspect snapshot diffs, images, and baselines.
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter" />
7+
<Include name="feature-stage-beta.mdx" />
88

99
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.
1010

docs/product/snapshots/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Snapshots
33
sidebar_order: 138
44
description: Catch visual changes on every pull request with snapshots.
5-
early_access: true
5+
beta: true
66
---
77

8-
<Include name="feature-available-for-user-group-early-adopter" />
8+
<Include name="feature-stage-beta.mdx" />
99

1010
Snapshots helps you catch unintended visual changes before they reach users. Sentry handles image storage, diffing, CI checks, and more.
1111

@@ -17,11 +17,10 @@ Snapshots helps you catch unintended visual changes before they reach users. Sen
1717
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.
1818
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.
1919

20-
\*Note: Snapshots EA only supports Github
20+
\*Note: Snapshots currently only supports GitHub for status check integration and PR comments.
2121

2222
## Prerequisites
2323

24-
- **Early Adopter access** — Enable the Early Adopter toggle in your [organization settings](/organization/early-adopter-features/).
2524
- **Auth token** — A Sentry auth token with `project:write` scope (personal token) or `org:ci` scope (org-level token).
2625
- **sentry-cli >= 3.4.0** — The `build snapshots` command requires version 3.4.0 or later.
2726
- **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.

docs/product/snapshots/integrating-into-ci.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 15
44
description: Set up Snapshots in CI to receive automated visual diff status checks on every pull request.
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter" />
7+
<Include name="feature-stage-beta.mdx" />
88

99
<Include name="snapshots/github-only" />
1010

docs/product/snapshots/local-testing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 25
44
description: Download baseline snapshots and diff images locally with sentry-cli.
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter" />
7+
<Include name="feature-stage-beta.mdx" />
88

99
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.
1010

docs/product/snapshots/reviewing-snapshots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 20
44
description: Review snapshot diffs on your pull request and approve changes.
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter" />
7+
<Include name="feature-stage-beta.mdx" />
88

99
## Snapshot Comparisons
1010

docs/product/snapshots/uploading-snapshots/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 10
44
description: Structure your snapshot directory and upload from CI with sentry-cli.
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter" />
7+
<Include name="feature-stage-beta.mdx" />
88

99
<Include name="snapshots/ci-alert" />
1010

0 commit comments

Comments
 (0)