Skip to content

Commit f4cbc57

Browse files
committed
change types
1 parent 755df12 commit f4cbc57

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/integration-tests/suites/replay/privacy/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 { EventType } from '@sentry-internal/rrweb';
3-
import type { RecordingEvent } from '@sentry/replay';
3+
import type { RecordingEvent } from '@sentry/replay/build/npm/types/types';
44

55
import { sentryTest } from '../../../utils/fixtures';
66
import { envelopeRequestParser } from '../../../utils/helpers';

packages/replay/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
export { Replay } from './integration';
2-
3-
export type {RecordingEvent} from './types'

0 commit comments

Comments
 (0)