exception_notification.rb revision 1dd0f9a30e748782de220118a3ba439cf840e015
if config.try(:enabled)
require 'exception_notification/rails'
require 'exception_notification/sidekiq'
# Ignore additional exception types.
# ActiveRecord::RecordNotFound, AbstractController::ActionNotFound and ActionController::RoutingError are already added.
# en.ignored_exceptions += %w{ActionView::TemplateError CustomError}
# Email notifier sends notifications by email.
end
end