rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

recordCrossOriginIframes in rrweb.record configuration not working

Open harshil-dholakiya opened this issue 1 year ago • 2 comments

_this.recorder = rrweb.record({ emit(event) { _this.events.push(event); }, plugins: [ getRecordConsolePlugin() ], recordCrossOriginIframes : true, });

I m trying to record Iframe content with main DOM , IFrames are may cross-origin, by above configuration of rrweb.record recordCrossOriginIframes is not working recording iframe content, it shows black white space where the iframe is loaded

harshil-dholakiya avatar Sep 23 '24 09:09 harshil-dholakiya