Sha256: 230091d705a771d3af730d3546a7197789f8353234085264f139f356dc83d23f
Contents?: true
Size: 607 Bytes
Versions: 12
Compression:
Stored size: 607 Bytes
Contents
# frozen_string_literal: true require_relative '../patcher' require_relative 'action_controller/patcher' require_relative 'action_dispatch/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 ActionDispatch::Patcher.patch end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems