is there a way to exclude trace data like fs sync and all from getting logged
a
is there a way to exclude trace data like fs sync and all from getting logged
d
Same question here. This is adding a lot of noise and if someone could lend a helping hand that would be great.
a
You can drop the span if it's a leaf node of the trace tree/graph. Can you show the trace graph? Or the api response of the trace graph? If it's not a leaf node, it will cause broken traces