Module: Skylight::Probes::ActionDispatch::Routing::RouteSet::Instrumentation Private

Defined in:
lib/skylight/probes/action_dispatch/routing/route_set.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



9
10
11
# File 'lib/skylight/probes/action_dispatch/routing/route_set.rb', line 9

def call(env)
  ActiveSupport::Notifications.instrument("route_set.action_dispatch") { super }
end