We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3a458 commit 3af051aCopy full SHA for 3af051a
opentelemetry-otlp/examples/basic-otlp/src/main.rs
@@ -61,7 +61,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
61
// matches the containing block, reporting traces and metrics during the whole
62
// execution.
63
64
- let result = init_tracer_provider()
+ let result = init_tracer_provider();
65
assert!(
66
result.is_ok(),
67
"Init tracer failed with error: {:?}",
0 commit comments