Skip to content

Commit 8602f81

Browse files
committed
fix: Remove unneeded import
1 parent 6994781 commit 8602f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { ParameterizedString } from './types-hoist';
77
import type { DynamicSamplingContext, LogEnvelope, LogItem } from './types-hoist/envelope';
88
import type { Log, LogAttribute, LogSeverityLevel } from './types-hoist/log';
99
import { createEnvelope, dropUndefinedKeys, dsnToString, isParameterizedString, logger } from './utils-hoist';
10-
import { getActiveSpan, spanToJSON } from './utils/spanUtils';
10+
import { getActiveSpan } from './utils/spanUtils';
1111

1212
const LOG_BUFFER_MAX_LENGTH = 25;
1313

0 commit comments

Comments
 (0)