first off: great work on this! glad to see a standalone JS client for metrics. (I started writing a similar library intended to replace GA's analytics.js by doing direct POSTs to GA's Universal Analytics via the Measurement Protocol API. I would much prefer to use this project, once it addresses our use cases.)
on the Mixed Reality team, in several projects we have been using Google Analytics (using UA directly and analytics.js) and Sentry (for both JavaScript errors and Node.js exceptions).
searching for ping-centre on npm shows three packages all for v1.0.0, last published a year ago.
perhaps delete/unpublish mozilla-ping-centre from npm
bump the version (npm version ?) to do a new release: major/minor/patch?
first off: great work on this! glad to see a standalone JS client for metrics. (I started writing a similar library intended to replace GA's analytics.js by doing direct
POST
s to GA's Universal Analytics via the Measurement Protocol API. I would much prefer to use this project, once it addresses our use cases.)on the Mixed Reality team, in several projects we have been using Google Analytics (using UA directly and analytics.js) and Sentry (for both JavaScript errors and Node.js exceptions).
searching for
ping-centre
on npm shows three packages all forv1.0.0
, last published a year ago.mozilla-ping-centre
from npmnpm version ?
) to do a new release: major/minor/patch?git tag
andnpm publish
it