Skip to content

Commit ffeb1ec

Browse files
authored
Merge branch 'main' into log-attributes-update
2 parents 2c56a96 + 7ab5e0f commit ffeb1ec

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)