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

`track_self_describing_event()` is called with an unexpected keyword argument `true_timestamp` #350

Closed andehen closed 1 year ago

andehen commented 1 year ago

Describe the bug track_self_describing_event() is called with an unexpected keyword argument true_timestamp. The keyword it expects is named tstamp. Seems like a typo?

F.ex here. Link to method definition here.

Jack-Keene commented 1 year ago

Hi @andehen, Thanks for raising this issue, we've released a patch release 1.0.1 to fix this!

andehen commented 1 year ago

Hi @andehen, Thanks for raising this issue, we've released a patch release 1.0.1 to fix this!

Thanks for the quick fix! 👍