class Airbrake::Shoryuken::ErrorHandler

def notify_airbrake(exception, worker, queue, body)

def notify_airbrake(exception, worker, queue, body)
  Airbrake.notify(exception, notice_context(queue, body)) do |notice|
    notice[:context][:component] = 'shoryuken'
    notice[:context][:action] = worker.class.to_s
  end
end