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 082bb43 commit 23f5dd5Copy full SHA for 23f5dd5
async-init.patch
@@ -285,7 +285,7 @@ diff -crB dist/utils.d.ts patched/utils.d.ts
285
declare const initLock: unique symbol;
286
+ declare const _spanId: unique symbol;
287
+ declare const spanId: unique symbol;
288
-+ declare const spanContext: AsyncLocalStorage;
++ declare const spanContext: AsyncLocalStorage<any>;
289
declare const AsyncFunction: Function;
290
declare const GeneratorFunction: Function;
291
declare const AsyncGeneratorFunction: Function;
0 commit comments