Module: BrainzLab::Instrumentation::TyphoeusInstrumentation
- Defined in:
- lib/brainzlab/instrumentation/typhoeus.rb
Defined Under Namespace
Modules: HydraInstrumentation
Class Method Summary
collapse
Class Method Details
.install! ⇒ Object
7
8
9
10
11
12
13
|
# File 'lib/brainzlab/instrumentation/typhoeus.rb', line 7
def install!
return unless defined?(::Typhoeus)
install_callbacks!
BrainzLab.debug_log('[Instrumentation] Typhoeus instrumentation installed')
end
|