We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9d50b commit 7ab5e0fCopy full SHA for 7ab5e0f
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