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 cd8f346 commit 9813fa2Copy full SHA for 9813fa2
packages/core/src/logs/internal.ts
@@ -1,4 +1,5 @@
1
-import { attributeValueToTypedAttributeValue, TypedAttributeValue } from '../attributes';
+import type { TypedAttributeValue } from '../attributes';
2
+import { attributeValueToTypedAttributeValue } from '../attributes';
3
import { getGlobalSingleton } from '../carrier';
4
import type { Client } from '../client';
5
import { getClient, getCurrentScope, getGlobalScope, getIsolationScope } from '../currentScopes';
0 commit comments