snowplow / snowplow-python-tracker

Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games
Apache License 2.0
43 stars 67 forks source link

Make tracker namespace mandatory (close #337) #339

Closed Jack-Keene closed 1 year ago

Jack-Keene commented 1 year ago

This PR makes the namespace parameter mandatory in the tracker initialisation. It also updates the unit and integration tests to account for the changes.