PostHog / posthog-android

PostHog Android SDK
https://posthog.com/docs/libraries/android
MIT License
43 stars 23 forks source link

fix: reduce batch size if API returns 413 #130

Closed marandaneto closed 6 months ago

marandaneto commented 6 months ago

:bulb: Motivation and Context

Getting Flushing failed: PostHogApiError(statusCode=413, message=''). depending on the image size and batch size

:green_heart: How did you test it?

Running and unit tests

:pencil: Checklist