Skip to content

Commit 4942caa

Browse files
bruno-garciashanamatthewsgetsantry[bot]
authored
replay: iframe srcdoc block (#7046)
Co-authored-by: Shana Matthews <[email protected]> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent dc96622 commit 4942caa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Another reason you might not see the body is if the format is not supported. We
4444

4545
More details about this feature can be found in the <PlatformLink to="/session-replay/configuration/">configuration page</PlatformLink>.
4646

47+
## Text in the iframe isn't masked
48+
49+
Our masking logic doesn't run on iframe content that's provided using the `srcdoc` attribute, rather than loaded in via `src`.
50+
51+
To hide this content, block the iframe, as described in our Session Replay <PlatformLink to="/session-replay/privacy/#blocking">Privacy</PlatformLink> docs.
52+
4753
## Replay on My Browser Extension Doesn't Work
4854

4955
This is not a supported use-case. The replay package is built to work on a website and not as an externally-loaded script via browser extension or other mechanism. In fact, Sentry's Session Replay product can help developers find out when a third-party Chrome extension causes otherwise hard to debug or reproduce issues with their website.

0 commit comments

Comments
 (0)