Class: Temescal::Monitors::Bugsnag

Inherits:
MonitorsStrategy show all
Defined in:
lib/temescal/monitors.rb

Overview

Public: Reporting strategy for Bugsnag.

Class Method Summary collapse

Class Method Details

.report(exception) ⇒ Object

Public: Reports an exception to Bugsnag.

exception - The caught exception.



40
41
42
# File 'lib/temescal/monitors.rb', line 40

def self.report(exception)
  ::Bugsnag.notify exception
end