chore: remove the existing filters of a step on clicking replace button

This commit is contained in:
ahmadshaheer 2025-06-01 16:25:05 +04:30 committed by Shivanshu Raj Shrivastava
parent fc8767a391
commit 0096e57e22
No known key found for this signature in database
GPG Key ID: D34D26C62AC3E9AE

View File

@ -170,6 +170,10 @@ export function FunnelProvider({
handleStepUpdate(index, {
service_name: serviceName,
span_name: spanName,
filters: {
items: [],
op: 'AND',
},
});
logEvent('Trace Funnels: span added (replaced) from trace details page', {});
},