Skip to content

Commit 23ee68e

Browse files
authored
fix(replay): Be a little clearer about whether the page is mobile or web specific at the top (#12273)
1 parent c769350 commit 23ee68e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/product/explore/session-replay/mobile/performance-overhead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Replay Performance Overhead"
33
sidebar_order: 30
4-
description: "Learn about how enabling Session Replay impacts the performance of your application."
4+
description: "Learn about how enabling Session Replay impacts the performance of your mobile application."
55
---
66

77
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.

docs/product/explore/session-replay/web/performance-overhead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Replay Performance Overhead"
33
sidebar_order: 48
4-
description: "Learn more about how enabling Session Replay impacts the performance of your application."
4+
description: "Learn about how enabling Session Replay impacts the performance of your web application."
55
---
66

77
<Include name="session-replay-web-report-bug.mdx" />

0 commit comments

Comments
 (0)