Class: Failsafe::Backends::Honeybadger

Inherits:
Base
  • Object
show all
Defined in:
lib/failsafe/backends/honeybadger.rb

Overview

Failure backend to send errors to Airbrake

Instance Attribute Summary

Attributes inherited from Base

#exception

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Failsafe::Backends::Base

Instance Method Details

#saveObject



6
7
8
# File 'lib/failsafe/backends/honeybadger.rb', line 6

def save
  ::Honeybadger.notify(exception)
end