How to add custom information to a Play Store crash report?

17 Views Asked by At

I am trying to debug an error reported on "Crashes and ANRs" on the Play Store, which I suspect is triggered by specific user input in a field (which I am allowed to collect per my app's privacy policy).

I wonder if I could somehow include that field's content in my reports, so I could figure out what sort of input is causing the (quite rare, but annoying) crashes. Tried to search the documentation and beyond, but could not find such a possibility.

I've done that easily in the past with services like Sentry, but this being a free/open-source app (which I maintain with limited time and resources), I'd wish to keep using Play Store. Is that possible? If not, any suggestions? Thank you!

0

There are 0 best solutions below