snowplow / snowplow-ruby-tracker

Snowplow event tracker for Ruby. Add analytics to your Ruby and Rails apps and gems
http://snowplowanalytics.com
22 stars 24 forks source link

Strip empty contexts array from payload #142

Closed mscwilson closed 3 years ago

mscwilson commented 3 years ago

Relating to issue #104.

Empty context arrays got processed and ended up in the raw event, sending a few bytes unnecessarily. This stops that happening.