Reputation: 1384
I want to add a Bug Report/Report Problem option to my app, which sends device and app info and a user's comment to the developer. I was wondering if there are any "standard" things to report? I am reporting OS Version, Device Name and App Version. Is there anything important I'm missing out and should include? What are you guys normally including ?
Upvotes: 0
Views: 702
Reputation: 675
You could avoid sending out this data manually by integrating with a service like Instabug
which allows the user to report bugs through your preferred method, but mainly through shaking the device. It will display a screenshot of the current view that the user can draw on for visual bug identification. What gets reported along is (but not only) the following:
users can further describe the bug using text, extra screenshots, voice notes, or screen recordings.
All reports arrive in your Instabug dashboard containing various details such as:
It only takes a line of code to integrate.
For full disclosure, I work at Instabug. Let me know if I can help.
Upvotes: 5
Reputation: 291
Check out the free service
you can get the features what is mentioned above.
Upvotes: 0