mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-25 00:50:35 -04:00
Merge pull request #366 from hennevogel/errbit-filter
Ignore more exceptions. Fixes #351
This commit is contained in:
@@ -9,7 +9,12 @@ HoptoadNotifier.configure do |config|
|
||||
end
|
||||
|
||||
config.ignore_only = %w{
|
||||
Some::ExceptionName
|
||||
ActiveRecord::RecordNotFound
|
||||
ActionController::InvalidAuthenticityToken
|
||||
ActionController::UnknownAction
|
||||
AbstractController::ActionNotFound
|
||||
ActionView::MissingTemplate
|
||||
ActionController::UnknownFormat
|
||||
}
|
||||
|
||||
config.ignore_by_filter do |exception_data|
|
||||
|
||||
Reference in New Issue
Block a user