Package: @effect/platform
Module: HttpClient
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>; }
Since v1.0.0