bendrucker / ama

Ask me questions about building web applications
MIT License
6 stars 1 forks source link

What tool(s) do you use for logging front-end errors? #18

Closed chinedufn closed 8 years ago

chinedufn commented 8 years ago

Ey,

How would you recommend going about logging errors on the front-end?

Cheers and thanks

bendrucker commented 8 years ago

Sentry for the majority of exceptions. Once you start figuring out which exceptions are expected and not dev error, e.g. a user denying geolocation, you can start tracking those to a separate analytics pipeline as normal application events.