-
Notifications
You must be signed in to change notification settings - Fork 34
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
posthog runtime errors #563
Comments
The collecting data for the session replay feature seems to be rather aggressive.
in sessionrecording.ts:789:27 |
We should see if we can just disable the session replay feature. |
gotcha, will try the other way. session replay is a key feature IMO to understand how the user is using the product |
That should be fixed by PostHog/posthog-js#1230 fyi the issue was triggered by this code 3dstreet/src/components/screentock.js Lines 31 to 43 in 01929dd
with the removeAtttribute('cursor-teleport') and then the setAttribute('cursor-teleport', ...) that is called to take a screenshot when you click on Share button, so that triggers the serialization of what DOM attributes changed because of the Share click event.
|
had to disable posthog for local dev because it raises uncaught runtime errors. perhaps the official react version would be better?
The text was updated successfully, but these errors were encountered: