lagotto / alm-report

ALM Reports
http://almreports.plos.org/
MIT License
8 stars 3 forks source link

Add exception notification gem #18

Closed mfenner closed 10 years ago

mfenner commented 10 years ago

We urgently need some basic error handling, and I think the Exception Notification gem (https://github.com/smartinez87/exception_notification) is a good solution for this particular scenario. We can add it to ALM Reports without much effort, and would allow two configuration options:

The latter would big the ALM application, which already has a complex error handling system that includes a read API for the errors and tracks the host where the error came from. We therefore only need to add a POST API endpoint that understands the exception notification message format.

I'm happy to implement this feature on the ALM Reports end because it is not really the focus of iteration 2.

jure commented 10 years ago

Closed by #19