Is there a JS plugin / service that notifies me when users have JS errors?
I normally use Airbrake.io’s JS notifier, but that only works in Ruby apps. My current app is front-end javascript only.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This seemed like a pretty clever hack; use Google Analytics. There’s a writeup here:
http://www.thetaboard.com/blog/client-side-error-logging-with-google-analytics?r=378
You’ll have to customize to your own app because it’s by no means perfect, but at least it’s free.