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 17b88dd commit cf4a721Copy full SHA for cf4a721
packages/replay-canvas/src/canvas.ts
@@ -73,4 +73,6 @@ const replayCanvasIntegration = ((options: Partial<ReplayCanvasOptions> = {}) =>
73
};
74
}) satisfies IntegrationFn;
75
76
+// TODO(v8)
77
+// eslint-disable-next-line deprecation/deprecation
78
export const ReplayCanvas = convertIntegrationFnToClass(INTEGRATION_NAME, replayCanvasIntegration);
0 commit comments