You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug JmsMessageProducerInstrumentation instruments two methods with two different advice classes: one of them injects the context into the message, the other does not.
Describe the bug
JmsMessageProducerInstrumentation
instruments two methods with two different advice classes: one of them injects the context into the message, the other does not.Additional context
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jms-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jms/JmsMessageProducerInstrumentation.java#L80
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jms-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jms/JmsMessageProducerInstrumentation.java#L117
The text was updated successfully, but these errors were encountered: