12 lines
599 B
Ruby
12 lines
599 B
Ruby
|
|
#ExceptionNotifier.configure_exception_notifier do |config|
|
||
|
|
# config[:app_name] = "[ComponentOwl]"
|
||
|
|
# config[:sender_address] = %("ComponentOwl - Application Error" <error@componentowl.com>)
|
||
|
|
# config[:exception_recipients] = "zabojnik@dextronet.com"
|
||
|
|
# config[:subject_prepend] = "[ComponentOwl - ERROR] "
|
||
|
|
# config[:skip_local_notification] = false
|
||
|
|
# config[:view_path] = 'app/views/error'
|
||
|
|
# #config[:send_email_error_codes] = %w( 400 404 405 500 503 )
|
||
|
|
#end
|
||
|
|
|
||
|
|
ExceptionNotification::Notifier.exception_recipients = %w(bgalura+co@gmail.com)
|