@@ -6,18 +6,19 @@ import debounce from 'lodash.debounce';
6
6
import { PerformanceObserverEntryList } from 'perf_hooks' ;
7
7
import { EventType , record } from 'rrweb' ;
8
8
9
- import { breadcrumbHandler } from './coreHandlers/breadcrumbHandler' ;
10
- import { spanHandler } from './coreHandlers/spanHandler' ;
11
- import { createMemoryEntry , createPerformanceEntries , ReplayPerformanceEntry } from './createPerformanceEntry' ;
12
- import { createEventBuffer , IEventBuffer } from './eventBuffer' ;
13
9
import {
14
10
DEFAULT_ERROR_SAMPLE_RATE ,
15
11
DEFAULT_SESSION_SAMPLE_RATE ,
16
12
MAX_SESSION_LIFE ,
17
13
REPLAY_EVENT_NAME ,
18
14
SESSION_IDLE_DURATION ,
19
15
VISIBILITY_CHANGE_TIMEOUT ,
20
- } from './session/constants' ;
16
+ WINDOW ,
17
+ } from './constants' ;
18
+ import { breadcrumbHandler } from './coreHandlers/breadcrumbHandler' ;
19
+ import { spanHandler } from './coreHandlers/spanHandler' ;
20
+ import { createMemoryEntry , createPerformanceEntries , ReplayPerformanceEntry } from './createPerformanceEntry' ;
21
+ import { createEventBuffer , IEventBuffer } from './eventBuffer' ;
21
22
import { deleteSession } from './session/deleteSession' ;
22
23
import { getSession } from './session/getSession' ;
23
24
import { saveSession } from './session/saveSession' ;
@@ -33,7 +34,6 @@ import {
33
34
ReplayConfiguration ,
34
35
ReplayPluginOptions ,
35
36
SendReplay ,
36
- WINDOW ,
37
37
} from './types' ;
38
38
import { addInternalBreadcrumb } from './util/addInternalBreadcrumb' ;
39
39
import { captureInternalException } from './util/captureInternalException' ;
0 commit comments