Effect.fn does not inherently create OpenTelemetry spans. The behavior you're observing is likely...
Is
Within
if doing
It changes the span name from e.g.
Moving the very same to
And yielding it doesn't change the respective name anymore.
effect.fn(... creating open telemetry spans even if not given a name and somehow just doesn't send them?Within
if doing
It changes the span name from e.g.
http.server POST to Some Name. Moving the very same to
And yielding it doesn't change the respective name anymore.
