Sha256: a6700efa75a40fac012f2a1762e798e2d666663e42109e836a59953df73127f0
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true 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
4 entries across 4 versions & 2 rubygems