Skip to content

Commit 23f5dd5

Browse files
committed
feat: added logical and time mode to vertical span rendering
1 parent 082bb43 commit 23f5dd5

File tree

2 files changed

+336
-148
lines changed

2 files changed

+336
-148
lines changed

async-init.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ diff -crB dist/utils.d.ts patched/utils.d.ts
285285
declare const initLock: unique symbol;
286286
+ declare const _spanId: unique symbol;
287287
+ declare const spanId: unique symbol;
288-
+ declare const spanContext: AsyncLocalStorage;
288+
+ declare const spanContext: AsyncLocalStorage<any>;
289289
declare const AsyncFunction: Function;
290290
declare const GeneratorFunction: Function;
291291
declare const AsyncGeneratorFunction: Function;

0 commit comments

Comments
 (0)