Skip to content

Commit

Permalink
Honeybadger API detail: Hash args is only 1 arg
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Feb 21, 2017
1 parent ef48390 commit 2983b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hutch/error_handlers/honeybadger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def notify_honeybadger(message)
if ::Honeybadger.respond_to?(:notify_or_ignore)
::Honeybadger.notify_or_ignore(message)
else
::Honeybadger.notify(message, force: true)
::Honeybadger.notify(message.merge(force: true))
end
end
end
Expand Down

0 comments on commit 2983b67

Please sign in to comment.