effect-io-ai

Package: @effect/platform
Module: HttpClient

HttpClient.withTracerPropagation

Enables or disables tracing propagation for the request.

Signature

declare const withTracerPropagation: { (enabled: boolean): <E, R>(self: HttpClient.With<E, R>) => HttpClient.With<E, R>; <E, R>(self: HttpClient.With<E, R>, enabled: boolean): HttpClient.With<E, R>; }

Source

Since v1.0.0