ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Ability for marking a report as reviewed or fixed #94

Open Trebia opened 9 years ago

Trebia commented 9 years ago

I am having a part of my code which is buggy and I am trying to gather enough reports to fix it. I know that this part of the code (handled by an exception so application is safe) has several bugs. I introduced a force ACRA error sending.

When receiving reports from ACRA I have the option to mark as resolved, however, it appears that acralizer (or ACRA itself) marks bugs as fixed for all reports based on the forced exception obtained. So, if I have an exception based on a different problem source, it will appears as solved when it is not.

I would request, to implement an option at report level to mark the report (not the bug) as "processed", "solved", actually having different status will be interesting.

This way new reports will appear as open. At the moment I am deleting all fixed reports.