7 ms·
Airbrake (formerly known as Hoptoad) has a JavaScript notifier. We use it for server side logging, but this article has inspired me to add it the client side as
by jreposa 14y ago
Airbrake (formerly known as Hoptoad) has a JavaScript notifier. We use it for server side logging, but this article has inspired me to add it the client side as well.
http://help.airbrake.io/kb/troubleshooting-2/javascript-notifier http://help.airbrake.io/kb/troubleshooting-2/javascript-noti...
Can't believe I wasn't doing this already. Thanks!
- driverdan 14y agoAirbrake's JS logging is shit. It catches so little data that it becomes an annoyance. You'll see things like "Script Error" at file 0. The only time it's useful is for typos and things so basic that you'll find them when you do testing.
- jreposa 14y agoGood to know. I'm running a test right now, so I should have a good idea if I need to pull it in the next hour or so.