effect-io-ai

Package: effect
Module: Effect

Effect.linkSpanCurrent

Add span links to the current span.

Signature

declare const linkSpanCurrent: { (span: Tracer.AnySpan, attributes?: Readonly<Record<string, unknown>> | undefined): Effect<void>; (links: ReadonlyArray<Tracer.SpanLink>): Effect<void>; }

Source

Since v3.14.0