Skip to content

Commit ea4d452

Browse files
romtsnjas-kas
andauthored
Update docs/product/explore/session-replay/mobile/performance-overhead.mdx
Co-authored-by: Jasmin <[email protected]>
1 parent 2e8acfb commit ea4d452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -41,7 +41,7 @@ The SDK performs only the bare minimum on the main thread to capture a new frame
4141

4242
The SDK also monitors view tree changes, and if no changes have occurred since the last frame capture, it reuses the previously captured data, completely avoiding any work on the main thread.
4343

44-
### Capturing touch events
44+
### Capturing Touch Events
4545

4646
- Click/touch, swipe, and scroll events are incredibly small and fast to log; overhead is negligible.
4747
- We debounce touch events and use smoothing for move events to balance the detail you see while debugging, with the amount of redundant data captured.

0 commit comments

Comments
 (0)