Skip to content

Commit b47cb87

Browse files
committed
Specifically mention mobile platforms
1 parent c4f893a commit b47cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/react-native/session-replay/performance-overhead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The benchmarks were run on an iPhone 14 Pro and a Pixel 2XL. Note that active Se
4747

4848
## Reducing Performance Overhead
4949

50-
To minimize the performance impact of the Replay SDK, consider lowering the quality of captured screenshots and videos. Setting the `replaysSessionQuality` to `low` can significantly reduce CPU, memory, and network bandwidth usage. Here's how you can do it:
50+
To minimize the performance impact of the Replay SDK on iOS and Android, consider lowering the quality of captured screenshots and videos. Setting the `replaysSessionQuality` to `low` can significantly reduce CPU, memory, and network bandwidth usage on mobile devices. Here's how you can do it:
5151

5252
```js {tabTitle: React Native}
5353
import * as Sentry from '@sentry/react-native';

0 commit comments

Comments
 (0)