Module: Datadog::Tracing::Contrib::Tobox::Patcher
- Includes:
- Contrib::Patcher
- Defined in:
- lib/tobox/plugins/datadog/patcher.rb
Class Method Summary collapse
Class Method Details
.patch ⇒ Object
18 19 20 21 |
# File 'lib/tobox/plugins/datadog/patcher.rb', line 18 def patch # server-patches provided by plugin(:sidekiq) # TODO: use this once we have a producer side end |
.target_version ⇒ Object
14 15 16 |
# File 'lib/tobox/plugins/datadog/patcher.rb', line 14 def target_version Integration.version end |