New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trackjs-test-deploy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trackjs-test-deploy

TrackJS JavaScript error monitoring agent.

  • 2.5.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 14 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc