module NewRelic::Agent::Instrumentation::RdkafkaProducer::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/rdkafka/prepend.rb, line 12 def produce(**kwargs) produce_with_new_relic(kwargs) do |headers| kwargs[:headers] = headers super end end
Calls superclass method