Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 19, 2024
1 parent 178d979 commit defd933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ pub fn configure<T>(config: &SubscriberConfig<T>) -> sdktrace::Tracer {
.with_version(env!("CARGO_PKG_VERSION"))
.build();

tracer_provider
.tracer_with_scope(scope)
tracer_provider.tracer_with_scope(scope)
}

// Consider to remove this wrapper when https://github.com/open-telemetry/opentelemetry-rust/issues/1961 is resolved
Expand Down

0 comments on commit defd933

Please sign in to comment.