module NewRelic::Agent::Instrumentation::Rack::URLMap::Prepend
Public Class Methods
new(map = {})
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/rack/prepend.rb, line 9 def initialize(map = {}) super(::NewRelic::Agent::Instrumentation::RackURLMap.generate_traced_map(map)) end