Sha256: c54f3341d824644fe1987d3e4bfa21b5fdd320c01241125ff66c44da9410c97e
Contents?: true
Size: 690 Bytes
Versions: 5
Compression:
Stored size: 690 Bytes
Contents
# require 'exception_notification/sidekiq' ExceptionTrack.configure do # environments for store Exception log in to database. # default: [:development, :production] # self.environments = %i(development production) end # ExceptionNotification.configure do |config| # config.ignored_exceptions += %w(ActionView::TemplateError # ActionController::InvalidAuthenticityToken # ActionController::BadRequest # ActionView::MissingTemplate # ActionController::UrlGenerationError # ActionController::UnknownFormat) # end
Version data entries
5 entries across 5 versions & 1 rubygems