Skip to content

Commit

Permalink
Merge pull request #290 from Fatsoma/fix/honeybadger_notify_or_ignore
Browse files Browse the repository at this point in the history
Honey badger notify no force
  • Loading branch information
michaelklishin authored Sep 15, 2017
2 parents f46fa2b + 001878d commit a6be1ad
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.merge(force: true))
::Honeybadger.notify(message)
end
end
end
Expand Down

0 comments on commit a6be1ad

Please sign in to comment.