Module: Sysloggly::Extensions::Honeybadger

Defined in:
lib/sysloggly/extensions/honeybadger.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#notify(exception_or_opts, opts = {}) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/sysloggly/extensions/honeybadger.rb', line 4

def notify(exception_or_opts, opts = {})
  uuid = super(exception_or_opts, opts)

  if uuid
    Sysloggly.logger.error(exception_or_opts)
  end
end