Skip to content

feat(session-replay): Update Session Replay docs for feature clarity#18737

Merged
sfanahata merged 5 commits into
masterfrom
sfanahata/feat/session-replay-docs-refresh
Jul 17, 2026
Merged

feat(session-replay): Update Session Replay docs for feature clarity#18737
sfanahata merged 5 commits into
masterfrom
sfanahata/feat/session-replay-docs-refresh

Conversation

@sfanahata

@sfanahata sfanahata commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

DESCRIBE YOUR PR

  • 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

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.

  • Urgent deadline (GA date, etc.):
  • Other deadline: End of July
  • 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

@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview Jul 17, 2026 12:12am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Jul 17, 2026 12:12am

Request Review

- 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
sfanahata force-pushed the sfanahata/feat/session-replay-docs-refresh branch from 88b6481 to b33f1d6 Compare July 16, 2026 18:45
Comment thread docs/product/session-replay/mobile/index.mdx
Comment thread docs/product/session-replay/mobile/index.mdx Outdated
Comment thread docs/product/session-replay/replay-details.mdx Outdated
- 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
@sfanahata
sfanahata requested a review from coolguyzone July 16, 2026 20:06
Comment thread docs/product/session-replay/replay-details.mdx Outdated
…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.
Comment thread docs/product/session-replay/mobile/index.mdx
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 sergical left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think also logs and application metrics, no?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logs yes, metrics not yet.

@sfanahata
sfanahata merged commit d4276aa into master Jul 17, 2026
23 of 25 checks passed
@sfanahata
sfanahata deleted the sfanahata/feat/session-replay-docs-refresh branch July 17, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants