Droid-Builder-Web-Team / ChecklistApp

Checklist App for MrBaddeley Printed Parts Group
4 stars 1 forks source link

Error Reporting #186

Closed RobHowdle closed 3 years ago

RobHowdle commented 3 years ago

To investigate whether we can simplify the error reporting. If a user receives an error page for any reason and wishes to report it as a problem, I wonder if there is a package that could essentially snapshot the exact error, what the requests are, the user details such as device, browser, who the user is etc and send that to us instead of needing to rely on the user to convey those details.

RobHowdle commented 3 years ago

@circuitBurn Do you know of any error reporting packages that would fit this? I am thinking something like a table that would list the user id/ username, date and time, page they were on and preferably what they were doing as well as the error itself.

It would also be suitable to try to catch common errors and give an error page for them with advice such as cache clearing etc.

RobHowdle commented 3 years ago

https://www.youtube.com/watch?v=GOmiWKpwFSo

RobHowdle commented 3 years ago

We have now the ability to view custom logs within the admin dashboard.