File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev-packages/browser-integration-tests/utils
packages/replay-canvas/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable max-lines */
2- import { ReplayCanvasIntegrationOptions } from '@sentry-internal/replay-canvas' ;
2+ import type { ReplayCanvasIntegrationOptions } from '@sentry-internal/replay-canvas' ;
33import type { fullSnapshotEvent , incrementalSnapshotEvent } from '@sentry-internal/rrweb' ;
44import { EventType } from '@sentry-internal/rrweb' ;
55import type { ReplayEventWithTime } from '@sentry/browser' ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments