We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb656b commit 8123131Copy full SHA for 8123131
packages/replay-internal/src/types/replay.ts
@@ -229,6 +229,10 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
229
captureExceptions: boolean;
230
traceInternals: boolean;
231
continuousCheckout: number;
232
+ /**
233
+ * Before enabling, please read the security considerations:
234
+ * https://github.com/rrweb-io/rrweb/blob/master/docs/recipes/cross-origin-iframes.md#considerations
235
+ */
236
recordCrossOriginIframes: boolean;
237
autoFlushOnFeedback: boolean;
238
}>;
0 commit comments