This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Snowplow Node.js Tracker v0.3.0
Adds new agentOptions
configuration parameter to emitter, allowing to tune performance. Also agentOptions
allows to constrain maxSockets
which otherwise could cause events loss for big-volume bulk loads.
New features
- Add agentOptions argument to emitter (#30)
Under the hood
Testing
- Add latest Node.js versions to travis.yml (#32)