Angular/ Rect - Web App Dev folks - does ur web application have logs? - do u log who logged in? Do u log errors?What is the best practice for logging in Web App?
e
echoing-optician-18226
07/15/2021, 12:12 PM
We use sentry for client side errors and datadog to track user sessions and all console.logs. We are happy with both the both the tools. If you use both products correctly the you donโt need any other service.
๐๐ป 1
m
magnificent-solstice-42554
07/15/2021, 12:25 PM
My apps log to azure application insights (it has a built-in query analyzer which makes parsing & visualizing logs, metrics etc very easy).
AWS too has something similar -> CloudWatch, XRay.