0.3.0 • Published 4 years ago

additive-jam-ember v0.3.0

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

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

Ember addon to monitor ember js applications

Installation

npm install --save-dev additive-jam-ember

Usage

Define in your apps config/environment:

'additive-jam-ember': {
  sentry: {
    // Whether sentry should be initialized
    enabled: true,
    // Your Sentry DSN
    dsn: '',
    // Whether it should send user-infos
    anonymous: false,
    // custom tags (`APP: ui`) is default
    tags: {
      app: 'ui',
      customTag2: 'value-2',
      customTag3: 'value-3'
    },
    allowUrls: [],
    denyUrls: [],
    ignoreErrors: []
  },
  googleAnalytics: {
    // Whether ga should be initialized
    enabled: true,
    // googleAnalytics tracking id (`UA-XXXXXXXX-X`)
    trackingId: null
  }
}
0.3.0

4 years ago

0.3.0-alpha.0

4 years ago

0.2.0

4 years ago

0.2.0-alpha.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago