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 0df1931 commit 0a46b70Copy full SHA for 0a46b70
packages/replay-canvas/src/canvas.ts
@@ -61,6 +61,7 @@ const replayCanvasIntegration = ((options: Partial<ReplayCanvasOptions> = {}) =>
61
62
return {
63
name: INTEGRATION_NAME,
64
+ setupOnce() {},
65
getOptions(): ReplayCanvasIntegrationOptions {
66
const { quality } = _canvasOptions;
67
0 commit comments