Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 14 Oct 13:20
· 113 commits to master since this release

Introduces a new custom context with EC2 instance metadata, a batch-based emitter and new tracking methods

New functionality

  • Added a custom context based on EC2 instance metadata (#2)
  • Added POST request support (#11)
  • Added support for page view events (#12)
  • Added support for structured events (#13)
  • Added dvce_sent_tstamp (#15)

Breaking changes

  • Timestamp units changed to milliseconds (#17)

Under the hood

  • Dependencies versions bumped (#21)
  • Removed infinite loop of failed requests (#24)