additive-jam-ember

0.3.0 • Public • Published

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
  }
}

/additive-jam-ember/

    Package Sidebar

    Install

    npm i additive-jam-ember

    Weekly Downloads

    1

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    17.2 kB

    Total Files

    36

    Last publish

    Collaborators

    • markus.gruber