-
Notifications
You must be signed in to change notification settings - Fork 139
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
TypeError: this.rageClicks is undefined (via posthog-js) #228
Comments
Thanks for reporting! Moved to the relevant repo |
Before I look into this further, could you share your config please? That's the object you pass to the |
@yakkomajuri The config options {
autocapture: false,
capture_pageview: false
} |
Without looking at the code, I'm tossing a blind guess out there that this is some improper handling we have with |
hi guys, are you planning to fix this issue? @yakkomajuri |
@zolotokrylin - yes, I'm working on this now :) |
This should be fixed in |
Bug description
Recently I discover that the
posthog-js
script throw an error after Capturing each event.I tried to debug the script and get this error.(please check the screenshot below).
https://user-images.githubusercontent.com/8217518/117438601-6d33b000-af3a-11eb-8839-f1574f5168a8.png
The issue may have (1-2 weeks) duration.
Please describe.
If this affects the front-end, screenshots would be of great help.
Expected behavior
The
posthog-js
script should handlerageClicks Capture
functionalityHow to reproduce
$pageview
)Environment
Additional context
None
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: