-
Improvement
-
Resolution: Fixed
-
Minor
-
2.2
-
- Force an error in the app. You can also manually call window.onerror from console.
- Check that the same error is shown only once.
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE
The error reporting feature can be annoying if the same error happens over and over again. Also, sometimes it can't have enough data for us to be able to fix the error. Some improvements:
- Store the errors and prevent throwing it again for duplicate errors. We can store them in memory (easy) or in a persistent storage.
- Add a form (either in the app or in the web script) so users can add more data optionally: e-mail, test account, explanation about the issue, ...