Module: BrainzLab::Instrumentation::GoodJobInstrumentation

Defined in:
lib/brainzlab/instrumentation/good_job.rb

Class Method Summary collapse

Class Method Details

.install!Object



7
8
9
10
11
12
13
14
# File 'lib/brainzlab/instrumentation/good_job.rb', line 7

def install!
  return unless defined?(::GoodJob)

  install_notifier!
  install_middleware!

  BrainzLab.debug_log('[Instrumentation] GoodJob instrumentation installed')
end