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 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 7.55.1
8
+
9
+ - fix(replay): Do not export types from ` @sentry-internal/rrweb ` (#8329 )
10
+
7
11
## 7.55.0
8
12
9
13
- feat(replay): Capture slow clicks (GA) (#8298 )
Original file line number Diff line number Diff line change 1
1
export { Replay } from './integration' ;
2
2
export type {
3
+ eventWithTime ,
3
4
BreadcrumbFrame ,
4
5
BreadcrumbFrameEvent ,
5
6
OptionFrameEvent ,
@@ -8,7 +9,3 @@ export type {
8
9
SpanFrame ,
9
10
SpanFrameEvent ,
10
11
} 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' ;
1
2
import * as SentryCore from '@sentry/core' ;
2
3
import type { Transport } from '@sentry/types' ;
3
4
import * as SentryUtils from '@sentry/utils' ;
4
5
5
- import type { EventType , Replay } from '../../src' ;
6
+ import type { Replay } from '../../src' ;
6
7
import type { ReplayContainer } from '../../src/replay' ;
7
8
import { clearSession } from '../../src/session/clearSession' ;
8
9
import * as SendReplayRequest from '../../src/util/sendReplayRequest' ;
You can’t perform that action at this time.
0 commit comments