Sha256: 8db1d9ba8af2cfda98f937b5582122f8d009f13bb644aaf6aa7ed14672c82353
Contents?: true
Size: 547 Bytes
Versions: 4
Compression:
Stored size: 547 Bytes
Contents
# typed: false require 'datadog/tracing/contrib/shoryuken/tracer' module Datadog module Tracing module Contrib module Shoryuken # Patcher enables patching of 'shoryuken' module. module Patcher include Contrib::Patcher module_function def target_version Integration.version end def patch ::Shoryuken.server_middleware do |chain| chain.add Shoryuken::Tracer end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems