Class: BugBot::Adapters::Bugsnag

Inherits:
BugBot::Adapter show all
Defined in:
lib/bug_bot/adapters/bugsnag.rb

Instance Method Summary collapse

Methods inherited from BugBot::Adapter

notify

Instance Method Details

#notify(exception, options = {}) ⇒ Object



7
8
9
10
11
# File 'lib/bug_bot/adapters/bugsnag.rb', line 7

def notify(exception, options = {})
  ::Bugsnag.notify(exception) do |report|
    report. = options
  end
end