'How to collect a user bug report?
If my user generate a bug using my mobile application, I would need to know which action he made (like which screen) to understand how the bug was generated. How to make this report ? Is there like a user console log that I can collect ?
Solution 1:[1]
try firebase crashlytics, you need add firebase https://pub.dev/packages/firebase_crashlytics
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | anggadaz |
