0.1.0 • Published 5 years ago
additive-jam-js v0.1.0
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.
0.1.0
5 years ago
0.0.1-alpha.0
5 years ago