Skip to content

Commit

Permalink
Ignore ActionDispatch::ParamsParser::ParseError
Browse files Browse the repository at this point in the history
ActionDispatch::ParamsParser::ParseError error are handled by a rails
middleware and it returns a 400 response, so we dont need to log them in
Honeybadger.
  • Loading branch information
arthurnn committed Jan 12, 2015
1 parent a4e5ee2 commit 74345e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/honeybadger.rb
@@ -0,0 +1,4 @@
Honeybadger.configure do |config|
config.api_key = ENV['HONEYBADGER_API_KEY']
config.ignore << "ActionDispatch::ParamsParser::ParseError"
end

0 comments on commit 74345e1

Please sign in to comment.