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
543 stars 220 forks source link

Pass tracker namespace through to collector in Tracker Protocol #126

Closed alexanderdean closed 10 years ago

fblundun commented 10 years ago

The namespace is now attached to all requests: sb.add('tna', namespace); Could you document this please @yalisassoon ?

alexanderdean commented 10 years ago

Done in 2.0.0, closing