snowplow / snowplow-javascript-tracker

Snowplow event tracker for client-side and server-side JavaScript. Add analytics to your websites, web apps and servers.
http://snowplowanalytics.com
BSD 3-Clause "New" or "Revised" License
555 stars 222 forks source link

Make base64 encoding an optional parameter in Node newTracker call #1354

Closed matus-tomlein closed 1 month ago

matus-tomlein commented 1 month ago

This PR makes the encodeBase64 parameter in the newTracker call of the Node tracker optional. It keeps the default true setting.