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.
2 parents 5cf2464 + 969d269 commit 87b89f4Copy full SHA for 87b89f4
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