Skip to content

Commit 71cd267

Browse files
authored
chore: update types/global.d.ts (#590)
1 parent b48d76f commit 71cd267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/global.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ interface UserWorkerCreateContext {
6161
supervisor?: {
6262
requestAbsentTimeoutMs?: number | null;
6363
};
64+
otel?: {
65+
[attribute: string]: string;
66+
};
6467
}
6568

6669
interface UserWorkerCreateOptions {

0 commit comments

Comments
 (0)