Module: Datadog::Contrib::Shoryuken::Patcher
- Includes:
- Patcher
- Defined in:
- lib/ddtrace/contrib/shoryuken/patcher.rb
Overview
Patcher enables patching of 'shoryuken' module.
Class Method Summary collapse
Methods included from Patcher
Class Method Details
.patch ⇒ Object
17 18 19 20 21 |
# File 'lib/ddtrace/contrib/shoryuken/patcher.rb', line 17 def patch ::Shoryuken.server_middleware do |chain| chain.add Shoryuken::Tracer end end |
.target_version ⇒ Object
13 14 15 |
# File 'lib/ddtrace/contrib/shoryuken/patcher.rb', line 13 def target_version Integration.version end |