Skip to content

Commit 0c7c992

Browse files
billyvgc298lee
authored andcommitted
lint
1 parent 92b9c0d commit 0c7c992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/replay-canvas/src/canvas.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { CanvasManager } from '@sentry-internal/rrweb';
2-
import { getCanvasManager } from '@sentry-internal/rrweb/typings/record';
32
import { convertIntegrationFnToClass } from '@sentry/core';
43
import type { CanvasManagerInterface } from '@sentry/replay';
54
import type { IntegrationFn } from '@sentry/types';
@@ -81,4 +80,6 @@ export function snapshot(canvasElement: HTMLCanvasElement): void {
8180
replayCanvasIntegration().getOptions().getCanvasManager().snapshot(canvasElement);
8281
}
8382

83+
// TODO(v8)
84+
// eslint-disable-next-line deprecation/deprecation
8485
export const ReplayCanvas = convertIntegrationFnToClass(INTEGRATION_NAME, replayCanvasIntegration);

0 commit comments

Comments
 (0)