I've developed an automated crash reporting system that sends in realtime (via email) any issues that happens to the end users application, I get all the details (eg which user, which class/method etc)
This is great, and even the crash reporting system has a secondary crash report system for its self (in case it fails) which writes to a log file.
Now the problem is, on the plus side, I'm alerted to bugs faster than clients/users can call in, in some cases I've resolved bugs before they have even called in.
My problem is when to pass this informaion back to the client and how much to pass back, on the one hand its great that it exposes the bugs, but at the same time thats just the problem! are we shooting ourself in the foot?
If we tell them we might get a negative responsive, if we don't tell them we might get a negative response!
please advise!