Sha256: 796f0ee0b1ce438cbb727c9d4bf821705adbbf4600399b3d7a8766b9d699f2ee
Contents?: true
Size: 721 Bytes
Versions: 9
Compression:
Stored size: 721 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) # end
Version data entries
9 entries across 9 versions & 1 rubygems