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