diff --git a/docs/product/explore/session-replay/mobile/performance-overhead.mdx b/docs/product/explore/session-replay/mobile/performance-overhead.mdx index 7b7d6eefc90967..acc9e4144e7da1 100644 --- a/docs/product/explore/session-replay/mobile/performance-overhead.mdx +++ b/docs/product/explore/session-replay/mobile/performance-overhead.mdx @@ -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. diff --git a/docs/product/explore/session-replay/web/performance-overhead.mdx b/docs/product/explore/session-replay/web/performance-overhead.mdx index 9ed3f68687e4ba..c187416c94dc2f 100644 --- a/docs/product/explore/session-replay/web/performance-overhead.mdx +++ b/docs/product/explore/session-replay/web/performance-overhead.mdx @@ -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." ---