alexknowshtml / We-Work-In-Philly

8 stars 14 forks source link

Custom error page/mailer #22

Open graybill opened 13 years ago

graybill commented 13 years ago

We can set up a custom error page instead of that "we're sorry page." We can also have that page do something like email the error to us. As we increase oauth services, this could be very helpful in pre-emptive issue management.

graybill commented 13 years ago

http://devcenter.heroku.com/articles/custom-error-pages

bglick commented 11 years ago

If there's still interest in this, adding the email notification is pretty easy via exception_notification

I'd just need to know what the destination email address should be.

This would be completely independent from any custom error pages.