Skip to content

Commit

Permalink
Fix accidental removal of a line
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Jan 2, 2025
1 parent 4446f94 commit bf8206c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public Tracer global() {
public void global(Tracer tracer) {
if (tracer instanceof OpenTelemetryTracer ott) {
globalTracer(ott);
return;
}
throw new IllegalArgumentException("Tracer must be an instance of Helidon OpenTelemetry tracer. "
+ "Please use HelidonOpenTelemetry to create such instance");
Expand Down

0 comments on commit bf8206c

Please sign in to comment.