Amplitude-Python
Amplitude-Python copied to clipboard
Python Amplitude Analytics SDK
## Summary ## Motivations
### Summary Adds a test which have none as one of the values in the dict given to event_properties of a BaseEvent. This test fails, while I wouldn't necessarily expect...
Fixes typo in README
## Expected Behavior As an event is being sent, without any batching, I would expect to see it in Amplitude. However, I do not see every event, and some go...
## Expected Behavior If an event doesn't get tracked for any reason (in my case because of an invalid event property value), I would expect to be able to configure...
### Summary Currently `Workers.flush` doesn't respect `flush_queue_size` which can cause a large number of events to be sent to Amplitude when this method is called. This can then trigger errors...