diff --git a/common/http-api-client/src/lib.rs b/common/http-api-client/src/lib.rs index 43c091e6a3..be1309499f 100644 --- a/common/http-api-client/src/lib.rs +++ b/common/http-api-client/src/lib.rs @@ -519,6 +519,7 @@ pub trait ApiClientCore { #[cfg_attr(target_arch = "wasm32", async_trait(?Send))] #[cfg_attr(not(target_arch = "wasm32"), async_trait)] impl ApiClientCore for Client { + #[instrument(level = "debug", skip_all, fields(path=?path))] fn create_request( &self, method: reqwest::Method,