I'm using ACRA, to sending crash reports to my server. But for two reason, I don't want to send duplicate exceptions to server:
- It's boring and make it hard to read and handle exceptions in panel.
- My server bandwidth is limited.
So is there any option to enable/disable sending duplicate exceptions?
Duplicate exceptions means duplicate exceptions in specific device. For example if there is a button in my application that cause of a error, I don't want to send occurred error each time user push that button.(If application version increased, it should be sent).