Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Aug 9, 2024
1 parent ba978c3 commit 84d2909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let telemetry_layer = AppInsights::default()
// Sets the subscriber to use for telemetry. Default is a new subscriber.
.with_subscriber(tracing_subscriber::registry())
// Sets the runtime to use for telemetry. Default is Tokio.
.with_runtime(opentelemetry::runtime::Tokio)
.with_runtime(opentelemetry_sdk::runtime::Tokio)
// Sets whether or not to catch panics, and emit a trace for them. Default is false.
.with_catch_panic(true)
// Sets whether or not to make this telemetry layer a noop. Default is false.
Expand Down

0 comments on commit 84d2909

Please sign in to comment.