Skip to content

Commit

Permalink
Merge branch 'main' into log-attributes-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Sep 14, 2024
2 parents 2c56a96 + 7ab5e0f commit ffeb1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ mod reqwest {
}
}

#[cfg(not(target_arch = "wasm32"))]
#[async_trait]
impl HttpClient for reqwest::blocking::Client {
async fn send(&self, request: Request<Vec<u8>>) -> Result<Response<Bytes>, HttpError> {
Expand Down

0 comments on commit ffeb1ec

Please sign in to comment.