Skip to content

Commit 5e924ef

Browse files
ryan953bitsandfoxes
authored andcommitted
chore(replay): Cleanup docs related to replay accessibility feature (#13316)
That accessibility feature did not get much use, and was recently removed
1 parent b0a062a commit 5e924ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/product/explore/session-replay/web/replay-details.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Every replay has a detailed view that contains the embedded video player and ric
2828
- **Trace:** Connects all the [trace(s)](/product/sentry-basics/tracing/distributed-tracing#traces-transactions-and-spans) that happened during the replay.
2929
- Due to transaction sampling, this view may be missing traces.
3030

31-
- **Accessibility:** Session Replay can be used to ensure that your pages follow common [accessibility](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility) standards and are [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) (WCAG) compliant. At any point in the replay, you can click "Run validation for `<timestamp>`" to run accessibility checks (powered by [axe-core](https://github.com/dequelabs/axe-core)) for the page or page state at that specific timestamp. Sentry will then surface any accessibility issues or let you know if there are none detected.
32-
3331
- **Memory:** The view shows a heap size chart displaying the total amount of memory being used by JavaScript objects.
3432
- This view is only available when the replay was recorded on a Chromium-based browser.
3533

0 commit comments

Comments
 (0)