Understanding No-op Spans in Effect with Tracing Enabled
I think I'm unclear on when no-op spans are created vs when they're not. I have tracing enabled, and spans are propagating just fine, but when using
Is it the case that all Effects get a noop span by default? If so, are there any convenience methods for getting the closest non-noop span?
Effect.currentSpan, I'll see the span name set to <anonymous> and the spanId is noop. But that same 'noop' span will have a parent that is a normal properly-named span.Is it the case that all Effects get a noop span by default? If so, are there any convenience methods for getting the closest non-noop span?
