fix: clear trace ID on the Log and Trace widgets after using association (#225)

This commit is contained in:
Fine0830
2023-02-07 21:23:13 +08:00
committed by GitHub
parent 4486684183
commit c73322a504
4 changed files with 10 additions and 0 deletions

View File

@@ -115,5 +115,6 @@ export default function associateProcessor(props: any) {
item.metricValue = value;
return item;
}
return { eventAssociate, traceFilters };
}