Package: effect
Module: Effect
Create a new span for tracing, and automatically close it when the Scope finalizes.
The span is not added to the current span stack, so no child spans will be created for it.
Signature
declare const makeSpanScoped: (name: string, options?: Tracer.SpanOptions | undefined) => Effect<Tracer.Span, never, Scope.Scope>
Since v2.0.0