Amplitude-Python icon indicating copy to clipboard operation
Amplitude-Python copied to clipboard

Python Amplitude Analytics SDK

Results 6 Amplitude-Python issues
Sort by recently updated
recently updated
newest added

### 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...

bug

## 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...

bug

### 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...