class Temescal::Monitors::Bugsnag

Public: Reporting strategy for Bugsnag.

Public Class Methods

report(exception) click to toggle source

Public: Reports an exception to Bugsnag.

exception - The caught exception.

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