feat: Implement Trace page (#500)

This commit is contained in:
Fine0830
2025-09-29 17:36:31 +08:00
committed by GitHub
parent dd90ab5ea7
commit a834cdb2eb
19 changed files with 386 additions and 79 deletions

View File

@@ -412,5 +412,6 @@ const msg = {
totalSpans: "Total Spans",
spanName: "Span name",
parentId: "Parent ID",
shareTrace: "Share This Trace",
};
export default msg;