Class: BugBot::Adapters::Bugsnag
- Inherits:
-
BugBot::Adapter
- Object
- BugBot::Adapter
- BugBot::Adapters::Bugsnag
- Defined in:
- lib/bug_bot/adapters/bugsnag.rb
Instance Method Summary collapse
Methods inherited from BugBot::Adapter
Instance Method Details
#notify(exception, options = {}) ⇒ Object
7 8 9 10 11 |
# File 'lib/bug_bot/adapters/bugsnag.rb', line 7 def notify(exception, = {}) ::Bugsnag.notify(exception) do |report| report. = end end |