class Temescal::Monitors::Airbrake

Public: Reporting strategy for Airbrake.

Public Class Methods

report(exception) click to toggle source

Public: Reports an exception to Airbrake.

exception - The caught exception.

# File lib/temescal/monitors.rb, line 20
def self.report(exception)
  ::Airbrake.notify exception
end