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 900a81d commit a77e2b9Copy full SHA for a77e2b9
packages/rrweb/test/utils.ts
@@ -711,6 +711,7 @@ export function generateRecordSnippet(options: recordOptions<eventWithTime>) {
711
recordAfter: '${options.recordAfter || 'load'}',
712
inlineImages: ${options.inlineImages},
713
plugins: ${options.plugins}
714
+ canvasManager: ${options.recordCanvas ? 'rrweb.getCanvasManager()' : 'undefined'}
715
});
716
`;
717
}
0 commit comments