Set the debounce much lower for selecting the span view
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ type TraceData = {
|
||||
function TraceView({ run, environmentType, trace, selectedSpanId, replaceSearchParam }: TraceData) {
|
||||
const changeToSpan = useDebounce((selectedSpan: string) => {
|
||||
replaceSearchParam("span", selectedSpan);
|
||||
}, 250);
|
||||
}, 50);
|
||||
|
||||
if (!trace) {
|
||||
return <NoLogsView run={run} />;
|
||||
|
||||
Reference in New Issue
Block a user