We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755df12 commit f4cbc57Copy full SHA for f4cbc57
packages/integration-tests/suites/replay/privacy/test.ts
@@ -1,6 +1,6 @@
1
import { expect } from '@playwright/test';
2
import { EventType } from '@sentry-internal/rrweb';
3
-import type { RecordingEvent } from '@sentry/replay';
+import type { RecordingEvent } from '@sentry/replay/build/npm/types/types';
4
5
import { sentryTest } from '../../../utils/fixtures';
6
import { envelopeRequestParser } from '../../../utils/helpers';
packages/replay/src/index.ts
@@ -1,3 +1 @@
export { Replay } from './integration';
-
-export type {RecordingEvent} from './types'
0 commit comments