File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44
55- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
7+ ## 7.55.1
8+
9+ - fix(replay): Do not export types from ` @sentry-internal/rrweb ` (#8329 )
10+
711## 7.55.0
812
913- feat(replay): Capture slow clicks (GA) (#8298 )
Original file line number Diff line number Diff line change 11export { Replay } from './integration' ;
22export type {
3+ eventWithTime ,
34 BreadcrumbFrame ,
45 BreadcrumbFrameEvent ,
56 OptionFrameEvent ,
@@ -8,7 +9,3 @@ export type {
89 SpanFrame ,
910 SpanFrameEvent ,
1011} from './types' ;
11- export { EventType } from '@sentry-internal/rrweb' ;
12- export { NodeType } from '@sentry-internal/rrweb-snapshot' ;
13- export type { eventWithTime , fullSnapshotEvent } from '@sentry-internal/rrweb' ;
14- export type { serializedNodeWithId } from '@sentry-internal/rrweb-snapshot' ;
Original file line number Diff line number Diff line change 1+ import type { EventType } from '@sentry-internal/rrweb' ;
12import * as SentryCore from '@sentry/core' ;
23import type { Transport } from '@sentry/types' ;
34import * as SentryUtils from '@sentry/utils' ;
45
5- import type { EventType , Replay } from '../../src' ;
6+ import type { Replay } from '../../src' ;
67import type { ReplayContainer } from '../../src/replay' ;
78import { clearSession } from '../../src/session/clearSession' ;
89import * as SendReplayRequest from '../../src/util/sendReplayRequest' ;
You can’t perform that action at this time.
0 commit comments