lib/opentelemetry/instrumentation/bunny/patches/channel.rb in opentelemetry-instrumentation-bunny-0.21.3 vs lib/opentelemetry/instrumentation/bunny/patches/channel.rb in opentelemetry-instrumentation-bunny-0.21.4

- old
+ new

@@ -26,10 +26,10 @@ def basic_publish(payload, exchange, routing_key, opts = {}) OpenTelemetry::Instrumentation::Bunny::PatchHelpers.with_send_span(self, tracer, exchange, routing_key) do OpenTelemetry::Instrumentation::Bunny::PatchHelpers.inject_context_into_property(opts, :headers) - super(payload, exchange, routing_key, opts) + super end end # This method is called when rabbitmq pushes messages to subscribed consumers def handle_frameset(basic_deliver, properties, content)