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 22a8901 commit 11bccd6Copy full SHA for 11bccd6
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