How to catch and log unexpected errors from the backend towards PostHog #633
arik-dig
announced in
Announcements
Replies: 2 comments
-
|
I believe we can end up with a problem when we send too much data to the posthog. Posthog is designed for the statistics, not logging. Maybe we should ask user for a permission to send error logs only from the backend to some centralised place(Coralogix or better hosted log system in our AWS) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@borisermakof maybe we can log the errors from the backend itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following issue #591
I think we should have common way to response from our backend,
so the Plugin could read some structured data and report it to posthog.
Possible solutions
Solution A
Solution B
no one suggested yet
Beta Was this translation helpful? Give feedback.
All reactions