Sha256: e587984e6d90db350c2e0827e7bb90547b11ee03561febea41f7c22e79232217
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
# typed: true require 'datadog/tracing/contrib/patcher' require 'datadog/tracing/contrib/action_pack/action_controller/patcher' module Datadog module Tracing module Contrib module ActionPack # Patcher enables patching of 'action_pack' module. module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch ActionController::Patcher.patch end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems