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 5cf2464 commit 969d269Copy full SHA for 969d269
README.md
@@ -70,7 +70,7 @@ public class MyLambdaHandler implements TracingRequestHandler<Map<String, Object
70
// Obtain an instance of the OpenTracing Tracer of your choice
71
Tracer tracer = new CustomTracer(...);
72
// Register your tracer as the Global Tracer
73
- GlobalTracer.register(tracer);
+ GlobalTracer.registerIfAbsent(tracer);
74
}
75
76
/**
0 commit comments