Skip to content

Commit c864c76

Browse files
committed
formatting
1 parent d6bafef commit c864c76

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ import { propagationContextFromHeaders } from '../utils-hoist/tracing';
1616
import { handleCallbackErrors } from '../utils/handleCallbackErrors';
1717
import { hasTracingEnabled } from '../utils/hasTracingEnabled';
1818
import { _getSpanForScope, _setSpanForScope } from '../utils/spanOnScope';
19-
import {
20-
addChildSpanToSpan,
21-
getActiveSpan,
22-
getRootSpan,
23-
spanIsSampled,
24-
spanTimeInputToSeconds,
25-
spanToJSON,
26-
} from '../utils/spanUtils';
19+
import { addChildSpanToSpan, getRootSpan, spanIsSampled, spanTimeInputToSeconds, spanToJSON } from '../utils/spanUtils';
2720
import { freezeDscOnSpan, getDynamicSamplingContextFromSpan } from './dynamicSamplingContext';
2821
import { logSpanStart } from './logSpans';
2922
import { sampleSpan } from './sampling';

0 commit comments

Comments
 (0)