feat: support collapsing and expanding for the event widget (#503)

This commit is contained in:
Fine0830
2025-10-10 15:35:48 +08:00
committed by GitHub
parent 51817f32de
commit 4bf57ec7c5
13 changed files with 133 additions and 40 deletions

View File

@@ -413,5 +413,6 @@ const msg = {
spanName: "Span name",
parentId: "Parent ID",
shareTrace: "Share This Trace",
eventDefaultCollapse: "Default Collapse",
};
export default msg;