effect-io-ai

Package: effect
Module: Effect

Effect.linkSpans

For all spans in this effect, add a link with the provided span.

Signature

declare const linkSpans: { (span: Tracer.AnySpan, attributes?: Record<string, unknown>): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, R>; <A, E, R>(self: Effect<A, E, R>, span: Tracer.AnySpan, attributes?: Record<string, unknown>): Effect<A, E, R>; }

Source

Since v2.0.0