Skip to content

Commit a24644b

Browse files
committed
improve execution snapshot span debug span start times
1 parent 2490882 commit a24644b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/runEngineHandlers.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ export function registerRunEngineEventBusHandlers() {
271271
},
272272
},
273273
duration: 0,
274+
startTime: BigInt(time.getTime() * 1_000_000),
274275
}
275276
);
276277
} catch (error) {

0 commit comments

Comments
 (0)