Hacker News new | ask | show | jobs
by jamies888888 3922 days ago
I log JavaScript-based errors using Google Analytics events. Easy to set up (especially if you already have GA set up) and the graphing and grouping capabilities of GA are quite well-suited for bug trend tracking.
1 comments

almost the same but I log using the exception call instead of event

https://developers.google.com/analytics/devguides/collection...