fix(workbench): stabilize visible trace timing rows (#2006)

This commit is contained in:
Lyon
2026-06-24 02:23:10 +08:00
committed by GitHub
parent d4bcf7deb5
commit 6dcf833f8a
2 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ function traceNoiseSummaryRow(trace: Record<string, unknown>, events: TraceEvent
rowId: "trace-noise-summary",
seq: traceEventDisplaySeq(lastEvent),
tone: lastEvent ? traceEventTone(lastEvent) : "source",
header: `${traceEventClock(lastEvent, options)} Trace ${status},等待可读事件`,
header: `Trace ${status},等待可读事件`,
body: `已隐藏 ${events.length} 条 AgentRun backend 状态事件。最新原始事件:${lastLabel}`,
bodyFormat: "text"
};