Skip to content

Commit

Permalink
revert naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Dec 2, 2024
1 parent defd933 commit 4c6ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn configure<T>(config: &SubscriberConfig<T>) -> sdktrace::Tracer {

set_tracer_provider(tracer_provider.clone());

let scope = InstrumentationScope::builder(env!("CARGO_PKG_NAME"))
let scope = InstrumentationScope::builder("prima-tracing")
.with_version(env!("CARGO_PKG_VERSION"))
.build();

Expand Down

0 comments on commit 4c6ddaa

Please sign in to comment.