1+ import { getAsyncContextStrategy } from '../asyncContext' ;
2+ import { getMainCarrier } from '../carrier' ;
3+ import { getCurrentScope } from '../currentScopes' ;
4+ import { getMetricSummaryJsonForSpan , updateMetricSummaryOnSpan } from '../metrics/metric-summary' ;
5+ import type { MetricType } from '../metrics/types' ;
6+ import { SEMANTIC_ATTRIBUTE_SENTRY_OP , SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes' ;
7+ import type { SentrySpan } from '../tracing/sentrySpan' ;
8+ import { SPAN_STATUS_OK , SPAN_STATUS_UNSET } from '../tracing/spanstatus' ;
19import type {
210 MeasurementUnit ,
311 Primitive ,
@@ -9,17 +17,9 @@ import type {
917 SpanTimeInput ,
1018 TraceContext ,
1119} from '../types-hoist' ;
12- import { getAsyncContextStrategy } from '../asyncContext' ;
13- import { getMainCarrier } from '../carrier' ;
14- import { getCurrentScope } from '../currentScopes' ;
15- import { getMetricSummaryJsonForSpan , updateMetricSummaryOnSpan } from '../metrics/metric-summary' ;
16- import type { MetricType } from '../metrics/types' ;
17- import { SEMANTIC_ATTRIBUTE_SENTRY_OP , SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes' ;
18- import type { SentrySpan } from '../tracing/sentrySpan' ;
19- import { SPAN_STATUS_OK , SPAN_STATUS_UNSET } from '../tracing/spanstatus' ;
20- import { generateSpanId } from '../utils-hoist/propagationContext' ;
2120import { consoleSandbox } from '../utils-hoist/logger' ;
2221import { addNonEnumerableProperty , dropUndefinedKeys } from '../utils-hoist/object' ;
22+ import { generateSpanId } from '../utils-hoist/propagationContext' ;
2323import { timestampInSeconds } from '../utils-hoist/time' ;
2424import { generateSentryTraceHeader } from '../utils-hoist/tracing' ;
2525import { _getSpanForScope } from './spanOnScope' ;
0 commit comments