JavaScript Error Tracking and Logging
Published 2017-02-14, 13:19
Last year I needed a solution for logging and tracking errors in a JavaScript application and spent some time researching services and tools to resolve this need. This is a cleaned up dump of my bookmarks that resulted out of this research:
SaaS
- https://sentry.io/for/javascript/
- https://rollbar.com/docs/notifier/rollbar.js/
- https://trackjs.com/
- http://www.muscula.com/
- https://www.loggly.com/docs/javascript/
- http://jslogger.com/
- https://airbrake.io/languages/javascript_exception_handler
- https://errorception.com/
- https://raygun.com/products/crash-reporting
- https://trackets.com/
- https://www.honeybadger.io/
- https://www.bugsnag.com/platforms/javascript/
Google Analytics
- http://www.davidverhasselt.com/an-easy-javascript-error-logger-using-ga/
- https://developers.google.com/analytics/devguides/collection/analyticsjs/exceptions
- http://blog.pdsullivan.com/posts/2015/02/19/ionicframework-googleanalytics-log-errors.html
self-hosted
- https://github.com/errbit/errbit
- https://github.com/burakson/sherlogjs
- https://github.com/getsentry/sentry
hacky
- http://js.jsnlog.com/
- http://jserrlog.appspot.com/
Cordova/Ionic support
- https://jslog.me/
- https://www.atatus.com/docs/platforms/ionic
As I needed it for a Ioinic app and didn’t really have a budget I went with jslog.me which worked totally fine for my needs.
Topic(s): Technik
1 single comment - :/
( 1 )
[…] year I not only needed to log JavaScript errors but also find a way to load test a REST(ish) API. Again some bookmarks that resulted out of my […]
Pingback von API Load Testing » Betamode am 14. Februar 2017