Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RUM-5565] Add iframe support explanation #24299

Merged
merged 10 commits into from
Jul 30, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If you experience unexpected behavior with Datadog Session Replay, use this page
Session Replay does not support:

- The following HTML elements: `iframe`, `video`, `audio`, or `canvas`
- To render iFrames in Session Replay, you can separately instrument the iFrame code. For iFrames that span across sub-domains, use `trackSessionAcrossSubdomains: true`. After correct instrumentation, iFrames and their parent windows appear as separate pages within the same session, embedding iFrame replays directly into their parent windows is not supported.
cy-moi marked this conversation as resolved.
Show resolved Hide resolved
- The [Web Animations API][7]

Session Replay requires you to use an HTTPS connection. If you aren't using a secure connection, the resources time out and you can't see images and some page elements.
Expand Down
Loading