You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Expandabletitle="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
+
24
39
<Expandabletitle="My `canvas` elements aren't getting captured"permalink>
25
40
26
41
Canvas is supported in SDK versions >= `7.98.0`. Please see the <PlatformLinkto="/session-replay/#canvas-recording">canvas setup documention</PlatformLink> to get started with canvas recordings.
0 commit comments