You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic!("Can't enable more than one HTTP client features simultaneously. Please choose only one: hyper-client, reqwest-client, or reqwest-blocking-client (default feature)");
171
+
}
164
172
}
165
173
166
174
let http_client = http_client.ok_or(ExporterBuildError::NoHttpClient)?;
0 commit comments