module Datadog::Contrib::ActionPack::ActionController::Patcher
Patcher
for ActionController
components
Public Instance Methods
patch()
click to toggle source
# File lib/ddtrace/contrib/action_pack/action_controller/patcher.rb, line 19 def patch ::ActionController::Metal.prepend(ActionController::Instrumentation::Metal) end
target_version()
click to toggle source
# File lib/ddtrace/contrib/action_pack/action_controller/patcher.rb, line 15 def target_version Integration.version end