Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Aug 18, 2024
1 parent 8d58cea commit 2f2eb40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ fn get_otel_setup() -> Result<Option<Tracer>> {
endpoint
);
} else {
#[cfg(feature = "server")]
eprintln!("No OTLP key found, tracing will be disabled");
return Ok(None);
}
Expand Down

0 comments on commit 2f2eb40

Please sign in to comment.