Actions
Feature #595
closedAdd exception notifier
Start date:
Due date:
% Done:
100%
Estimated time:
4.00 h
Compatible Redmine Version:
Pull Request Link:
Description
In order to recognise errors as soon as possible and even if the user does not report each observed error we should implement an exception notifier.
For doing so, there is the rails gem exception_notifier which provides exactly that feature. Decide what kind of notifier should be used and prepare a configuration attribute for disabling the notifier.
Integrate the notifier with this option
rails g exception_notification:install --resque
Provide an option in admin area for disabling the notifier.
Actions