1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove ExceptionNotifier

This commit is contained in:
Daniel Barber 2016-04-18 17:43:55 +01:00
parent 35c0345c2b
commit f00e6eb71d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -60,11 +60,6 @@ module DanBarberPhoto
if Rails.env.production?
# 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