Disabling Tracer Propagation for All Requests with FetchHttpClient.layer

I need to set HttpClient.withTracerPropagation(false) on every request. I provide the FetchHttpClient.layer as the HttpClient. Can I disable tracer propagation when providing the service implementation somehow to ensure it is never missed?
Was this page helpful?