File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/browser-integration-tests/suites/replay Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { expect } from '@playwright/test' ;
2
2
import { IncrementalSource } from '@sentry-internal/rrweb' ;
3
- import type { inputData } from '@sentry-internal/rrweb/typings/types ' ;
3
+ import type { inputData } from '@sentry-internal/rrweb' ;
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
6
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
Original file line number Diff line number Diff line change 1
1
import { expect } from '@playwright/test' ;
2
2
import { IncrementalSource } from '@sentry-internal/rrweb' ;
3
- import type { inputData } from '@sentry-internal/rrweb/typings/types ' ;
3
+ import type { inputData } from '@sentry-internal/rrweb' ;
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
6
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
Original file line number Diff line number Diff line change 1
1
import { expect } from '@playwright/test' ;
2
2
import { IncrementalSource } from '@sentry-internal/rrweb' ;
3
- import type { inputData } from '@sentry-internal/rrweb/typings/types ' ;
3
+ import type { inputData } from '@sentry-internal/rrweb' ;
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
6
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers' ;
You can’t perform that action at this time.
0 commit comments