mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Remove ExceptionNotifier
This commit is contained in:
parent
35c0345c2b
commit
f00e6eb71d
@ -60,11 +60,6 @@ module DanBarberPhoto
|
|||||||
if Rails.env.production?
|
if Rails.env.production?
|
||||||
# Heartbeat
|
# Heartbeat
|
||||||
config.middleware.insert_before 0, 'Heartbeat'
|
config.middleware.insert_before 0, 'Heartbeat'
|
||||||
|
|
||||||
# Rack Middleware
|
|
||||||
config.middleware.use ::ExceptionNotifier, :email_prefix => "[DanBarberPhoto] ",
|
|
||||||
:sender_address => %{"Exception Notification" <notifier@danbarberphoto.com>},
|
|
||||||
:exception_recipients => %w{dan@danbarberphoto.com}
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user