Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Snowplow Node.js Tracker v0.3.0

Compare
Choose a tag to compare
@chuwy chuwy released this 28 Apr 18:01
· 31 commits to master since this release

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

  • Bump request to 2.81.0 (#34)
  • Bump Core to 0.5.0 (#33)

Testing

  • Add latest Node.js versions to travis.yml (#32)

Documentation and build

  • Add npm credentials to .travis.yml (#36)
  • Update README markdown in according with CommonMark (#31)