module ExceptionNotification
Note: this class is only needed for Sidekiq
version < 3.
Constants
- VERSION
Public Class Methods
configure() { |ExceptionNotifier| ... }
click to toggle source
Alternative way to setup ExceptionNotification
. Run ‘rails generate exception_notification:install’ to create a fresh initializer with all configuration values.
# File lib/exception_notification.rb, line 11 def self.configure yield ExceptionNotifier end