@@ -6,18 +6,19 @@ import debounce from 'lodash.debounce';
66import { PerformanceObserverEntryList } from 'perf_hooks' ;
77import { EventType , record } from 'rrweb' ;
88
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' ;
139import {
1410 DEFAULT_ERROR_SAMPLE_RATE ,
1511 DEFAULT_SESSION_SAMPLE_RATE ,
1612 MAX_SESSION_LIFE ,
1713 REPLAY_EVENT_NAME ,
1814 SESSION_IDLE_DURATION ,
1915 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' ;
2122import { deleteSession } from './session/deleteSession' ;
2223import { getSession } from './session/getSession' ;
2324import { saveSession } from './session/saveSession' ;
@@ -33,7 +34,6 @@ import {
3334 ReplayConfiguration ,
3435 ReplayPluginOptions ,
3536 SendReplay ,
36- WINDOW ,
3737} from './types' ;
3838import { addInternalBreadcrumb } from './util/addInternalBreadcrumb' ;
3939import { captureInternalException } from './util/captureInternalException' ;
0 commit comments