Skip to content

Commit

Permalink
re-export rrweb event/node types and enums
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan953 committed Jun 7, 2023
1 parent dbcc440 commit 69f73ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/replay/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ export type {
ReplayFrameEvent,
SpanFrame,
SpanFrameEvent,
EventType,
} from './types';
export { EventType } from '@sentry-internal/rrweb';
export { NodeType } from '@sentry-internal/rrweb-snapshot';
export type { eventWithTime, fullSnapshotEvent } from '@sentry-internal/rrweb';
export type { serializedNodeWithId } from '@sentry-internal/rrweb-snapshot';
1 change: 0 additions & 1 deletion packages/replay/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export * from './replay';
export * from './replayFrame';
export * from './request';
export * from './rrweb';
export type { EventType } from '@sentry-internal/rrweb';

0 comments on commit 69f73ee

Please sign in to comment.