Actions
Bug #6178
closedcrash reporter should ignore PHP warnings in release versions
Start date:
04/15/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
We need to change the crash reporter to not generate crash reports for PHP warning messages in stable releases. We're getting a couple thousand a day from 2.3 systems, virtually all of which are useless and things we can't do anything about. Things with FQDNs configured that can't be resolved for instance (SMTP and growl alerts most often), among a wide range of other things that aren't problems in the code and shouldn't be presented to the user as a "crash".
Updated by Jim Thompson over 8 years ago
- Assignee set to Renato Botelho
- Priority changed from High to Normal
Updated by Renato Botelho over 8 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset 45c4bc38c9d3aa9e1bd164d79cb47d03395e12c3.
Actions