Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@asayerio/tracker

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asayerio/tracker

The Asayer tracker main package

  • 5.6.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Asayer Tracker

The main package of the Asayer tracker.

Installation

npm i @asayerio/tracker --save

Usage

Initialize the package from your codebase entry point and start the tracker. You must set the projectID option in the constructor. Its value can can be found in your Asayer dashboard under Preferences -> Projects.

import Tracker from '@asayerio/tracker';

const tracker = new Tracker({
  projectID: PROJECT_ID,
});
tracker.start();

Then you can use Asayer JavaScript API anywhere in your code.

tracker.userID('my_user_id');
tracker.metadata('env', 'prod');

Read our docs for more information.

Keywords

FAQs

Package last updated on 01 Apr 2021

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