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