How do you track errors from your web application?
2022年5月1日小于 1 分钟
How do you track errors from your web application?
Question
Explain this in following steps.
- what kind of errors there are
- how do you detect errors
- how do you report errors
- when do you report errors
- how do you store the error logs
- how do you prioritize the errors
- ...etc
It would be great if you can explain it with real project experiences.