feat(session-replay): Update Session Replay docs for feature clarity#18737
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
- Rewrite index page with clear value prop and 'Why it matters' bullets - Add DOM state inspection, User Feedback cross-refs, and custom recording control to the index - Reformat web page intro as bulleted key capabilities list - Add explicit DOM inspection language to web page and replay details - Add User Feedback section to replay details and link in AI summary - Add Recording Control section to mobile page covering per-SDK capabilities (iOS start/stop, Android/RN beforeErrorSampling) - Add User Feedback cross-reference to mobile page
sfanahata
force-pushed
the
sfanahata/feat/session-replay-docs-refresh
branch
from
July 16, 2026 18:45
88b6481 to
b33f1d6
Compare
- Split beforeErrorSampling link to point to both Android and React Native SDK docs separately - Fix replay buffer duration: specify '30 seconds on iOS' instead of incorrectly generalizing to all mobile platforms
…atforms The feedback replay buffer is 30 seconds on all mobile SDKs (iOS, Android, React Native), not just iOS. The 60-second buffer applies only to web. Updated replay-details.mdx to distinguish web vs mobile instead of singling out iOS.
Reword the cross-link to the JavaScript SDK's manual session control so it's clear this applies to browser-based or hybrid apps, not native mobile developers.
sergical
approved these changes
Jul 16, 2026
sergical
left a comment
Member
There was a problem hiding this comment.
small note but non blocking ✅
| Replays are integrated with other parts of the Sentry product so you can see how the user experience is impacted by errors and slow transactions. You'll see session replays associated with error events on the [Issue Details](/product/issues/issue-details/) page, and those associated with slow transactions on the [Transaction Summary](/product/dashboards/sentry-dashboards/transaction-summary/) page. For [backend error replays](/product/session-replay/web/#replays-for-backend-errors), any contributing backend errors will be included in the replay's timeline, [breadcrumbs](/product/issues/issue-details/breadcrumbs/), and errors. | ||
| - **Full session context** — See clicks, navigations, scrolls, and input in relation to network requests, console logs, and DOM mutations. | ||
| - **DOM state inspection** — Click on any element in the replay player to inspect the underlying DOM tree, including HTML structure and attributes, at that point in time. | ||
| - **Error and trace correlation** — Replays are linked to errors on the [Issue Details](/product/issues/issue-details/) page and slow transactions on the [Transaction Summary](/product/dashboards/sentry-dashboards/transaction-summary/) page. [Backend errors](/product/session-replay/web/#replays-for-backend-errors) are included in the replay timeline, [breadcrumbs](/product/issues/issue-details/breadcrumbs/), and error list. |
Member
There was a problem hiding this comment.
I think also logs and application metrics, no?
Contributor
Author
There was a problem hiding this comment.
Logs yes, metrics not yet.
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
Previews
https://sentry-docs-git-sfanahata-featsession-replay-docs-refresh.sentry.dev/product/session-replay/
https://sentry-docs-git-sfanahata-featsession-replay-docs-refresh.sentry.dev/product/session-replay/web/
https://sentry-docs-git-sfanahata-featsession-replay-docs-refresh.sentry.dev/product/session-replay/mobile/
https://sentry-docs-git-sfanahata-featsession-replay-docs-refresh.sentry.dev/product/session-replay/replay-details/
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: