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 Dec 18, 2024
1 parent 89ae56f commit e9ef661
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 e9ef661

Please sign in to comment.