File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type { Event } from './types-hoist/event';
2020import type { SdkInfo } from './types-hoist/sdkinfo' ;
2121import type { SdkMetadata } from './types-hoist/sdkmetadata' ;
2222import type { Session , SessionAggregates } from './types-hoist/session' ;
23- import { SpanV2JSON } from './types-hoist/span' ;
23+ import type { SpanV2JSON } from './types-hoist/span' ;
2424import { isV2BeforeSendSpanCallback } from './utils/beforeSendSpan' ;
2525import { dsnToString } from './utils/dsn' ;
2626import {
Original file line number Diff line number Diff line change 1- import { normalize } from '..' ;
21import type { SerializedAttribute } from '../types-hoist/attributes' ;
3- import { Primitive } from '../types-hoist/misc' ;
4- import type { SpanAttributes , SpanAttributeValue } from '../types-hoist/span' ;
5- import { isPrimitive } from './is' ;
2+ import type { SpanAttributes } from '../types-hoist/span' ;
3+ import { normalize } from '../utils/normalize' ;
64
75/**
86 * Converts an attribute value to a serialized attribute value object, containing
You can’t perform that action at this time.
0 commit comments