Class: Temescal::Monitors::Honeybadger

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

Overview

Public: Reporting strategy for Honeybadger.

Class Method Summary collapse

Class Method Details

.report(exception) ⇒ Object

Public: Reports an exception to Honeybadger.

exception - The caught exception.



50
51
52
# File 'lib/temescal/monitors.rb', line 50

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