#How to filter specific spans from Traces?
7 messages · Page 1 of 1 (latest)
Can you go to your project's settings and check that Filter out health check transactions is enabled?
Yes, it is.
I think the filter only affects transactions/root spans
you can filter out tracking these spans like so via the shouldCreateSpanForRequest option in browser tracing https://docs.sentry.io/platforms/javascript/guides/svelte/tracing/instrumentation/automatic-instrumentation/#shouldCreateSpanForRequest
Learn what spans are captured after tracing is enabled.