PostHog / posthog-python

Send usage data from your Python code to PostHog.
https://posthog.com/docs/libraries/python
MIT License
30 stars 20 forks source link

Create an async version of posthog-python #103

Open neilkakkar opened 8 months ago

neilkakkar commented 8 months ago

For some users where local evaluation doesn't work, request blocking in python makes things much slower. Consider an async version of the library in this case

more context: https://posthoghelp.zendesk.com/agent/tickets/6553

Paillat-dev commented 3 weeks ago

Yes please