Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Replay Performance Overhead"
sidebar_order: 30
description: "Learn about how enabling Session Replay impacts the performance of your application."
description: "Learn about how enabling Session Replay impacts the performance of your mobile application."
---

Session Replay for mobile captures snapshots of the view hierarchy as well as a screenshot within the same frame once per second. These are compressed into a video file representing parts of the user’s session, then streamed to Sentry with trace identifiers, breadcrumbs, and other debugging information to reconstruct the full session.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Replay Performance Overhead"
sidebar_order: 48
description: "Learn more about how enabling Session Replay impacts the performance of your application."
description: "Learn about how enabling Session Replay impacts the performance of your web application."
---

<Include name="session-replay-web-report-bug.mdx" />
Expand Down
Loading