Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jul 22, 2024
1 parent 6f7d3ab commit 02fc761
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ pub fn configure<T>(config: &SubscriberConfig<T>) -> Tracer {

global::set_tracer_provider(tracer_provider.clone());

tracer_provider
.tracer_builder("prima-tracing")
.with_version(env!("CARGO_PKG_VERSION"))
.build()
tracer_provider.tracer_builder("").build()
}

#[cfg(test)]
Expand Down

0 comments on commit 02fc761

Please sign in to comment.