Skip to content

Commit aea2951

Browse files
committed
litn
1 parent 0a46b70 commit aea2951

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev-packages/browser-integration-tests/utils/replayHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable max-lines */
2-
import { ReplayCanvasIntegrationOptions } from '@sentry-internal/replay-canvas';
2+
import type { ReplayCanvasIntegrationOptions } from '@sentry-internal/replay-canvas';
33
import type { fullSnapshotEvent, incrementalSnapshotEvent } from '@sentry-internal/rrweb';
44
import { EventType } from '@sentry-internal/rrweb';
55
import type { ReplayEventWithTime } from '@sentry/browser';

packages/replay-canvas/src/canvas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const replayCanvasIntegration = ((options: Partial<ReplayCanvasOptions> = {}) =>
6161

6262
return {
6363
name: INTEGRATION_NAME,
64+
// eslint-disable-next-line @typescript-eslint/no-empty-function
6465
setupOnce() {},
6566
getOptions(): ReplayCanvasIntegrationOptions {
6667
const { quality } = _canvasOptions;

0 commit comments

Comments
 (0)