Module: IgnoreNotFound

Instance Method Summary collapse

Instance Method Details

#skip_sentry_exception_typesObject



4
5
6
# File 'app/controllers/concerns/ignore_not_found.rb', line 4

def skip_sentry_exception_types
  ApplicationController::SKIP_SENTRY_EXCEPTION_TYPES + [Common::Exceptions::RecordNotFound]
end