PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
19.45k stars 1.14k forks source link

chore: log more #23474

Closed pauldambra closed 4 days ago

pauldambra commented 4 days ago

we're still not catching message size too large errors

let's improve the logging when we do catch them

so i can investigate them betterer

Screenshot 2024-07-04 at 12 38 28
sentry-io[bot] commented 4 days ago

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: posthog/api/capture.py

Function Unhandled Issue
get_event UnicodeDecodeError: 'utf-16-le' codec can't decode bytes in position 8280-8281: illegal UTF-16 surrogate ...
Event Count: 4

Did you find this useful? React with a 👍 or 👎

pauldambra commented 4 days ago

There's no rust capture for recordings I guess there might be in future I'm happy to kick the can down the road for now