Sha256: 63a47ec57eb29477206a8cfe7b9930ac9f5c52a1ad7466cc6b719dcdb42c0d67

Contents?: true

Size: 496 Bytes

Versions: 23

Compression:

Stored size: 496 Bytes

Contents

# frozen_string_literal: true

require "datadog/tracing/contrib/patcher"

module Datadog
  module Tracing
    module Contrib
      module Tobox
        module Patcher
          include Contrib::Patcher

          module_function

          def target_version
            Integration.version
          end

          def patch
            # server-patches provided by plugin(:sidekiq)
            # TODO: use this once we have a producer side
          end
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tobox-0.7.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.6.1 lib/tobox/plugins/datadog/patcher.rb
tobox-0.6.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.5.2 lib/tobox/plugins/datadog/patcher.rb
tobox-0.5.1 lib/tobox/plugins/datadog/patcher.rb
tobox-0.5.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.5 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.4 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.3 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.2 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.1 lib/tobox/plugins/datadog/patcher.rb
tobox-0.4.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.3.2 lib/tobox/plugins/datadog/patcher.rb
tobox-0.3.1 lib/tobox/plugins/datadog/patcher.rb
tobox-0.3.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.2.0 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.6 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.5 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.4 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.3 lib/tobox/plugins/datadog/patcher.rb