We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6994781 commit 8602f81Copy full SHA for 8602f81
packages/core/src/log.ts
@@ -7,7 +7,7 @@ import type { ParameterizedString } from './types-hoist';
7
import type { DynamicSamplingContext, LogEnvelope, LogItem } from './types-hoist/envelope';
8
import type { Log, LogAttribute, LogSeverityLevel } from './types-hoist/log';
9
import { createEnvelope, dropUndefinedKeys, dsnToString, isParameterizedString, logger } from './utils-hoist';
10
-import { getActiveSpan, spanToJSON } from './utils/spanUtils';
+import { getActiveSpan } from './utils/spanUtils';
11
12
const LOG_BUFFER_MAX_LENGTH = 25;
13
0 commit comments