How to use countly-sdk-nodejs - 2 common examples

To help you get started, we’ve selected a few countly-sdk-nodejs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ipfs-shipyard / ipfs-desktop / src / common / logger.js View on Github external
info: (msg, opts = {}) => {
    if (opts.withAnalytics) {
      Countly.add_event({
        key: opts.withAnalytics,
        count: 1
      })
    }

    logger.info(msg)
  },
github ipfs-shipyard / ipfs-desktop / src / common / logger.js View on Github external
error: (err) => {
    Countly.log_error(err)
    logger.error(err)
  }
}

countly-sdk-nodejs

Countly NodeJS SDK

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis