0.1.0 • Published 5 years ago

additive-jam-js v0.1.0

Weekly downloads
5
License
ISC
Repository
-
Last release
5 years ago

ADDITIVE+APPS js application monitoring: additive-jam-js

Addon to monitor js applications

Installation

npm install --save-dev additive-jam-js

Usage

import { SentryInit } from 'additive-jam-js';

SentryInit('my-sentry-dsn');

Custom sentry options (tags)

SentryInit('my-sentry-dsn', {
  tags: {
    APP: 'widget-configurator'
  }
});

Where, of course, you put your real dsn string.