sven-carstens commented on code in PR #9341: URL: https://github.com/apache/camel/pull/9341#discussion_r1107264382
########## components/camel-opentelemetry/src/main/java/org/apache/camel/opentelemetry/OpenTelemetryTracer.java: ########## @@ -86,6 +96,23 @@ protected void initTracer() { // No tracer is available, so setup NoopTracer tracer = OpenTelemetry.noop().getTracer(instrumentationName); } + + if (contextPropagators == null) { Review Comment: I will change it tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org