File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { DEBUG_BUILD } from './debug-build';
44import type { Event , EventHint } from './types-hoist/event' ;
55import type { Integration , IntegrationFn } from './types-hoist/integration' ;
66import type { CoreOptions } from './types-hoist/options' ;
7- import { StreamedSpanJSON } from './types-hoist/span' ;
7+ import type { StreamedSpanJSON } from './types-hoist/span' ;
88import { debug } from './utils/debug-logger' ;
99
1010export const installedIntegrations : string [ ] = [ ] ;
Original file line number Diff line number Diff line change 11import { defineIntegration } from '../integration' ;
2- import { hasSpanStreamingEnabled } from '../tracing/spans/hasSpanStreamingEnabled' ;
32import type { Event } from '../types-hoist/event' ;
43import type { IntegrationFn } from '../types-hoist/integration' ;
54import type { RequestEventData } from '../types-hoist/request' ;
You can’t perform that action at this time.
0 commit comments