Sha256: c1866ab94283571da0915256fdd4ba8f392d645e16706100586a5b019abdde2a
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
module RailsCloudTasks module Instrumentation extend ActiveSupport::Autoload autoload :Default autoload :Factory autoload :NewRelic module_function def agent @agent ||= RailsCloudTasks::Instrumentation::Factory.agent_class.new end def transaction_name!(*opts) agent.transaction_name!(opts) end end end
Version data entries
11 entries across 11 versions & 1 rubygems