From 2bb392c03cdc76e27716f1d957cbb59016feaa4d Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Thu, 09 Jul 2026 18:48:12 +0800
Subject: [PATCH] fix: include activity wall time
---
src/main.rs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main.rs b/src/main.rs
index 69ae2df..05ba69b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -596,6 +596,7 @@
"traceId": trace_id,
"turnId": turn_id,
"eventName": event_name,
+ "eventWallTimeMs": current_time_millis(),
"result": result,
"reasonCode": reason_code,
"retryable": retryable,
--
Gitblit v1.9.3