PostHog / posthog-java

Official PostHog java library
MIT License
8 stars 12 forks source link

events sent from java are not shown in the order they were sent #59

Open shalom938 opened 4 months ago

shalom938 commented 4 months ago

we send events from intellij plugin and we see that many times the events are reorderd, we don't see the chronological order of the events as they were sent. I'm sure many events have the exact same timestamp. is there any way to ensure order?