139 140 141 142 143 144
# File 'lib/oboe/inst/resque.rb', line 139 def fail_with_oboe(exception) if Oboe.tracing? Oboe::API.log_exception('resque', exception) end fail_without_oboe(exception) end