2.5.3 • Published 8 years ago

trackjs-test-deploy v2.5.3

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
8 years ago

TrackJS

The JavaScript Browser Agent for JavaScript Browser Error Monitoring from TrackJS.

The agent wraps the Browser's API to record context about your application, the network, and the visitor leading up to errors, allowing you to recreate and debug errors fast.

Signup for TrackJS.

Documentation

Quickstart

  1. Signup for TrackJS and get your token.
  2. Create a _trackJs initialization object in your app:
window._trackJs = { // Complete reference at http://docs.trackjs.com/
  token: 'YOUR_TOKEN_HERE'
};
  1. Include the tracker.js script in your app, after the initialization object. You can either reference directly, or bundle it into your other sources. We recommend that tracker.js be the first script to execute so that it can catch errors from everything else.

  2. Test it out by tracking an error, either in your code or from the console: trackJs.track('testing!')

  3. See the new error in your TrackJS Recent Errors within a few seconds.

If you run into any trouble, let us know right away at hello@trackjs.com