Skip to content

Commit 9c035f2

Browse files
committed
!!!! export some types
1 parent 2a789a5 commit 9c035f2

File tree

3 files changed

+3
-3
lines changed
  • packages/browser-integration-tests/suites/replay

3 files changed

+3
-3
lines changed

packages/browser-integration-tests/suites/replay/fileInput/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from '@playwright/test';
22
import { IncrementalSource } from '@sentry-internal/rrweb';
3-
import type { inputData } from '@sentry-internal/rrweb/typings/types';
3+
import type { inputData } from '@sentry-internal/rrweb';
44

55
import { sentryTest } from '../../../utils/fixtures';
66
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers';

packages/browser-integration-tests/suites/replay/privacyInput/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from '@playwright/test';
22
import { IncrementalSource } from '@sentry-internal/rrweb';
3-
import type { inputData } from '@sentry-internal/rrweb/typings/types';
3+
import type { inputData } from '@sentry-internal/rrweb';
44

55
import { sentryTest } from '../../../utils/fixtures';
66
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers';

packages/browser-integration-tests/suites/replay/privacyInputMaskAll/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from '@playwright/test';
22
import { IncrementalSource } from '@sentry-internal/rrweb';
3-
import type { inputData } from '@sentry-internal/rrweb/typings/types';
3+
import type { inputData } from '@sentry-internal/rrweb';
44

55
import { sentryTest } from '../../../utils/fixtures';
66
import type { IncrementalRecordingSnapshot } from '../../../utils/replayHelpers';

0 commit comments

Comments
 (0)