-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture front end errors #1673
Comments
This is interesting. My 2c
This sort of gets into the domain of sentry/bugsnag/other error tracking tools or e.g. datadog. One cool thing we could do here to integrate with these is to link into posthog from these tools to get at the user/session recording: A recipe for doing this:
This way other tools can deal with error tracking/management but link into posthog for it's strength: tracking and user/cohort analysis. |
We now have a Sentry integration for JS. Sentry does a much better job at error capture than we'll ever will (it's their whole job) and we get the relevant information into PostHog as well, so this seems like the optimal solution. |
For anyone reading... We have now built:
(this doesnt' work with segment unless you also add our js snippet to your header) |
Hey @posthog.com :) |
Hey @posthog.com |
Is your feature request related to a problem?
I just had a user call with a potentially interesting dev-focussed use case. I want to understand what happened when a front end error was triggered by a user doing something.
Describe the solution you'd like
We specifically want to see what a user was doing when an error occurred so the customer support team can talk with engineering and get back to the user with a solution without having to ask for console logs etc.
This means:
Even better:
Describe alternatives you've considered
?
The text was updated successfully, but these errors were encountered: