We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475dd26 commit a96464eCopy full SHA for a96464e
.changeset/hot-clocks-hunt.md
packages/flags/src/lib/tracing.ts
@@ -4,8 +4,8 @@ import type {
4
TracerProvider,
5
AttributeValue,
6
} from '@opentelemetry/api';
7
-import { AsyncLocalStorage } from 'node:async_hooks';
8
import { name as pkgName, version } from '../../package.json';
+import { AsyncLocalStorage } from 'async_hooks';
9
10
// Use a symbol to avoid having global variable that is scoped to this file,
11
// as it can lead to issues with cjs and mjs being used at the same time.
0 commit comments