56. How do you track errors from your web application?
Share
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.