Skip to content

Commit

Permalink
fix(replay): Be a little clearer about whether the page is mobile or …
Browse files Browse the repository at this point in the history
…web specific at the top (#12273)
  • Loading branch information
ryan953 authored Jan 7, 2025
1 parent c769350 commit 23ee68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 23ee68e

Please sign in to comment.