How to use the countly-sdk-nodejs.add_event function in countly-sdk-nodejs

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

countly-sdk-nodejs

Countly NodeJS SDK

MIT
Latest version published 2 years ago

Package Health Score

53 / 100
Full package analysis