Tracks wrapper for NodeJS

A Tracks wrapper for NodeJS
⚠️⚠️⚠️⚠️ This library is for internal use at Automattic only. Join us! ⚠️⚠️⚠️⚠️
``js
import tracker from '@automattic/node-tracks';
const trackEvent = tracker( '
// tracker takes 2 arguments
// prefix (string): all your events will be prefixed with this
// globalParams (object): this is a global object that will be sent with all requests. _ut is required
trackEvent( 'eventName', extraParams, logger );
// trackEvent takes 3 arguments
// eventName (string) : Your event name
// extraParams (object): Any extra params
// logger (optional): will log to the console otherwise
`extraParams`_
_Please refer to this table for a list of all
See CONTRIBUTING.md for details on development, testing, publishing, etc.