Sha256: 9b60dde1a991f5f8553092c890759774315823719e617528c54ea17c0e950d79
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
# frozen_string_literal: true # 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 # ActionController::InvalidCrossOriginRequest # ActionController::ParameterMissing # Mime::Type::InvalidMimeType # ] # end
Version data entries
4 entries across 4 versions & 1 rubygems