Skip to content

Commit 29b3cd7

Browse files
mtopo27claude
andauthored
docs(snapshots): Add wipe and onion diff mode examples (#17969)
## DESCRIBE YOUR PR Improves the "Sentry UI" section of the reviewing-snapshots guide by giving snapshot diff modes their own "Viewing Snapshot Diffs" subsection with example images for all three modes. - Add example images for **wipe** and **onion** diff modes (previously only **split** had one) - Note that the split mode mask overlay color can be changed or hidden - Restructure the diff mode descriptions for readability ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 48268e0 commit 29b3cd7

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

73 KB
Loading
-57.3 KB
Loading
117 KB
Loading

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,24 @@ In your project settings, you can configure status check behavior to conditional
5656

5757
## Sentry UI
5858

59-
You can view all images for an upload in the Sentry UI.You can filter for specific statuses (modified, added, removed, renamed, unchanged) and view the diff in three modes: split, wipe, and onion:
59+
You can view all images for an upload in the Sentry UI and can filter for specific statuses (modified, added, removed, renamed, unchanged).
6060

61-
- **Split** — Side-by-side view of base and current branch with a diff overlay highlighting changed pixels.
62-
- **Wipe** — Drag a slider across the image to compare base and current branch.
63-
- **Onion** — Overlay both images with an adjustable opacity slider.
61+
### Viewing Snapshot Diffs
62+
63+
There are three diff modes:
64+
65+
**Split:** Side-by-side view of base and current branch with a diff overlay highlighting changed pixels. Optionally you can choose to change the color or hide the mask overlay.
6466

6567
![Example of the Sentry UI split diff mode](../img/sentry_ui_split_diff.png)
6668

69+
**Wipe:** Drag a slider across the image to compare base and current branch.
70+
71+
![Example of the Sentry UI wipe diff mode](../img/sentry_ui_wipe_diff.png)
72+
73+
**Onion:** Overlay both images with an adjustable opacity slider.
74+
75+
![Example of the Sentry UI onion diff mode](../img/sentry_ui_onion_diff.png)
76+
6777
### Finding Snapshots
6878

6979
You can get to a specific snapshot from the links on the status check or through the Sentry Releases page.

0 commit comments

Comments
 (0)