Skip to content

Commit 61b348d

Browse files
billyvgjas-kaslizokm
authored
feat(replay): Add troubleshooting section for "Replay does not look correct" (#11375)
Adds some common cases where a replay does not look correct Closes #10886 * Update docs/platforms/javascript/common/session-replay/troubleshooting.mdx Co-authored-by: Jasmin <[email protected]> * Update docs/platforms/javascript/common/session-replay/troubleshooting.mdx * Apply suggestions from code review Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Jasmin <[email protected]> Co-authored-by: Liza Mock <[email protected]>
1 parent db5e0e2 commit 61b348d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/platforms/javascript/common/session-replay/troubleshooting.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ excerpt: ""
2121
description: "Troubleshooting Session Replay-specific Issues"
2222
---
2323

24+
<Expandable title="Replay doesn't match my application" permalink>
25+
26+
There are a few cases where the replay playback won't match the look of your application. Below, are some common causes and solutions if you experience this.
27+
28+
### Missing elements from the replay
29+
30+
* You may be using unsupported and/or deprecated elements such as `<frame>` (not to be confused with `<iframe>`).
31+
* The element may be blocked by the [privacy configuration](/platforms/javascript/session-replay/privacy/#blocking) (by default, elements with the class name `sentry-block` or the attribute `data-sentry-block`).
32+
33+
### CSS is wrong or missing
34+
35+
* There may be edge cases with complex CSS selectors which break the styling. Please [file an issue on GitHub](https://github.com/getsentry/sentry-javascript/issues) if you encounter this.
36+
37+
</Expandable>
38+
2439
<Expandable title="My `canvas` elements aren't getting captured" permalink>
2540

2641
Canvas is supported in SDK versions >= `7.98.0`. Please see the <PlatformLink to="/session-replay/#canvas-recording">canvas setup documention</PlatformLink> to get started with canvas recordings.

0 commit comments

Comments
 (0)