We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6beacd0 + 7ab5e0f commit 441df1fCopy full SHA for 441df1f
opentelemetry-http/src/lib.rs
@@ -83,6 +83,7 @@ mod reqwest {
83
}
84
85
86
+ #[cfg(not(target_arch = "wasm32"))]
87
#[async_trait]
88
impl HttpClient for reqwest::blocking::Client {
89
async fn send(&self, request: Request<Vec<u8>>) -> Result<Response<Bytes>, HttpError> {
0 commit comments