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

Version Path
exception_notification-4.5.0 lib/exception_notification/rails.rb
exception-track-1.3.0 lib/exception_notification/rails.rb
exception_notification-4.4.3 lib/exception_notification/rails.rb
exception_notification-4.4.1 lib/exception_notification/rails.rb