Sha256: 0e0db373a32e2697368608097464bbbabbfa69896eecbfffe5ca882a998943fb
Contents?: true
Size: 615 Bytes
Versions: 40
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true require_relative '../../patcher' require_relative 'instrumentation' module Datadog module Tracing module Contrib module ActionPack module ActionController # Patcher for ActionController components module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch ::ActionController::Metal.prepend(ActionController::Instrumentation::Metal) end end end end end end end
Version data entries
40 entries across 40 versions & 2 rubygems