Sha256: e40c7672a51c3be75da5cac88a5b8861b38dd574e7d62622b47d63daeaee1956
Contents?: true
Size: 531 Bytes
Versions: 4
Compression:
Stored size: 531 Bytes
Contents
# typed: true require 'datadog/tracing/contrib/patcher' require 'datadog/tracing/contrib/active_support/cache/patcher' module Datadog module Tracing module Contrib module ActiveSupport # Patcher enables patching of 'active_support' module. module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch Cache::Patcher.patch end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems