Sha256: 229c9776eee74db89b88642a3e5ea95f8fdbb01492220a697d5d40845f08d707
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
module ExceptionNotification class Engine < ::Rails::Engine config.exception_notification = ExceptionNotifier config.exception_notification.logger = Rails.logger config.exception_notification.error_grouping_cache = Rails.cache config.app_middleware.use ExceptionNotification::Rack end end
Version data entries
3 entries across 3 versions & 1 rubygems