11import { getAsyncContextStrategy } from '../asyncContext' ;
2- import { attributeValueToTypedAttributeValue , TypedAttributes } from '../attributes' ;
2+ import type { TypedAttributes } from '../attributes' ;
3+ import { attributeValueToTypedAttributeValue } from '../attributes' ;
34import { getMainCarrier } from '../carrier' ;
45import { getCurrentScope } from '../currentScopes' ;
56import {
@@ -11,7 +12,6 @@ import {
1112import type { SentrySpan } from '../tracing/sentrySpan' ;
1213import { SPAN_STATUS_OK , SPAN_STATUS_UNSET } from '../tracing/spanstatus' ;
1314import { getCapturedScopesOnSpan } from '../tracing/utils' ;
14- import type { SerializedAttributes } from '../types-hoist/attributes' ;
1515import type { TraceContext } from '../types-hoist/context' ;
1616import type { SpanLink , SpanLinkJSON } from '../types-hoist/link' ;
1717import type { Span , SpanAttributes , SpanJSON , SpanOrigin , SpanTimeInput , SpanV2JSON } from '../types-hoist/span' ;
@@ -20,7 +20,6 @@ import { addNonEnumerableProperty } from '../utils/object';
2020import { generateSpanId } from '../utils/propagationContext' ;
2121import { timestampInSeconds } from '../utils/time' ;
2222import { generateSentryTraceHeader , generateTraceparentHeader } from '../utils/tracing' ;
23- import { attributeValueToSerializedAttribute } from './attributes' ;
2423import { consoleSandbox } from './debug-logger' ;
2524import { _getSpanForScope } from './spanOnScope' ;
2625
0 commit comments