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 bf31b60 commit 82e2f5bCopy full SHA for 82e2f5b
packages/core/src/logs/exports.ts
@@ -2,7 +2,7 @@ import type { Client } from '../client';
2
import { _getTraceInfoFromScope } from '../client';
3
import { getClient, getCurrentScope } from '../currentScopes';
4
import { DEBUG_BUILD } from '../debug-build';
5
-import type { Log,SerializedLog, SerializedLogAttributeValue } from '../types-hoist/log';
+import type { Log, SerializedLog, SerializedLogAttributeValue } from '../types-hoist/log';
6
import { _getSpanForScope } from '../utils/spanOnScope';
7
import { isParameterizedString } from '../utils-hoist/is';
8
import { logger } from '../utils-hoist/logger';
0 commit comments