module ExceptionNotification
Warning: This must be required after rails but before initializers have been run. If you require it from config/initializers/exception_notification.rb, then the rails and rake_task callbacks registered here will have no effect, because Rails
will have already invoked all registered rails and rake_tasks handlers.
Constants
- VERSION
Public Class Methods
Source
# File lib/exception_notification.rb, line 11 def self.configure yield ExceptionNotifier end
Alternative way to setup ExceptionNotification
. Run ‘rails generate exception_notification:install’ to create a fresh initializer with all configuration values.