Skip to content

Commit 067e452

Browse files
authored
Merge branch 'main' into utpilla/Remove-ObjectSafeMeterProvider
2 parents ed06697 + 7ab5e0f commit 067e452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-http/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ mod reqwest {
8383
}
8484
}
8585

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

0 commit comments

Comments
 (0)