Skip to content

Commit

Permalink
Update src/request/otel.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Procopiuc <107849150+pavel-procopiuc@users.noreply.github.com>
  • Loading branch information
fusillicode and pavel-procopiuc authored Dec 2, 2024
1 parent f7fa4b2 commit 8e92c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/otel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod otel_0_26 {
}

#[cfg(feature = "tracing_opentelemetry_0_27")]
mod otel_0_26 {
mod otel_0_27 {
pub use opentelemetry_0_27_pkg::propagation::{Injector, TextMapPropagator};
pub use opentelemetry_sdk_0_27_pkg::propagation::TraceContextPropagator;
pub use tracing_opentelemetry_0_28_pkg::OpenTelemetrySpanExt;
Expand Down

0 comments on commit 8e92c1e

Please sign in to comment.