4 5 6
# File 'lib/airbrake/jobs/send_job.rb', line 4 def perform(notice) Airbrake.sender.send_to_airbrake(notice) end