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 9783477 commit 786df2dCopy full SHA for 786df2d
opentelemetry-otlp/src/exporter/http/logs.rs
@@ -15,7 +15,7 @@ impl LogExporter for OtlpHttpClient {
15
16
let (body, content_type) = self
17
.build_logs_export_body(batch)
18
- .map_err(|e| OTelSdkError::InternalFailure(e))?;
+ .map_err(OTelSdkError::InternalFailure)?;
19
20
let mut request = http::Request::builder()
21
.method(Method::POST)
0 commit comments