I'm about to start internal testing in Play Store and realized I probably need to see what goes wrong for my users. I've only used local logging so far.
Sentry seems like a popular option, but it also seems a little overkill for my needs.
I could do a very simple custom endpoint and db collection, but I'd likely grow out of that pretty fast.
TL;DR
For simple apps with few users, consider using a custom logging solution through a simple endpoint and database collection to track errors and issues. This can be more lightweight and scalable compared to using complex tools like Sentry, which might be overkill for your current needs.