effect-io-ai

Package: effect
Module: Tracer

Tracer.make

Creates a Tracer value from a tracer implementation object.

When to use

Use to create a custom tracing backend value that Effect can use when creating spans.

Details

make returns the supplied implementation object unchanged. The object must satisfy the Tracer contract, including a span method that returns a Span.

See

Signature

declare const make: (options: Tracer) => Tracer

Source

Since v2.0.0