Actions
Bug #1666
closedMissing exception notification
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
๐ Thanks for taking the time to fill out this bug report! ๐
What did you expect?¶
Raising an exception should send an email when configured to do so.
What has happened instead?¶
No exception notification was send by email.
What could be a possible solution?¶
Add the exception notifier configuration into additional_environments.rb
How can we reproduce the problem?¶
Raise an exception by adding <% raise %>
in any view. Call that view and see the HTML Status Code 500.
In what environment are you running the plugin?¶
Please copy and paste your environment information as displayed in Administration ยป Information or run bin/about
in the root dir of your Redmine instance.
xmera Omnia 4.0.1
What browsers are you seeing the problem on?¶
- Firefox
- Chrome
- Safari
This issue is browser independent.
Relevant log output¶
# Copy your log output (log/production.log) here
nothing relevant
Updated by liaham almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The missing code block is added to config/additional_environment.rb
.
Actions