Skip to content

Commit

Permalink
Ignore errors handled in exceptions app
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Jan 31, 2025
1 parent be9dd52 commit f3f9a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/initializers/rollbar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"AbstractController::ActionNotFound" => "ignore",
"ActionController::UnknownFormat" => "ignore",
"ActionController::UnknownHttpMethod" => "ignore",
"ActionDispatch::Http::MimeNegotiation::InvalidType" => "ignore"
"ActionDispatch::Http::MimeNegotiation::InvalidType" => "ignore",
"CanCan::AccessDenied" => "ignore",
"NUCore::PermissionDenied" => "ignore"
)

# By default, Rollbar will try to call the `current_user` controller method
Expand Down

0 comments on commit f3f9a99

Please sign in to comment.