You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure exactly what happened, but on our site we now often get the error Cannot read properties of undefined (reading 'site_id'),
which in the stack trace looks like a hotjar error:
t.g [as send](c/hotjar)
Is this a known issue?
I've tried updating to version 6.2, but that hasn't changed things.
Right now we only initalize hotjar and do nothing else:
import { hotjar } from "react-hotjar";
hotjar.initialize(id, version);
Let me know if you want me to give you any additional info as it's quite scarce so far, but I just wanted to know whether this is a known issue (quick googling couldn't find anything).
The text was updated successfully, but these errors were encountered:
Not sure exactly what happened, but on our site we now often get the error
Cannot read properties of undefined (reading 'site_id')
,which in the stack trace looks like a hotjar error:
Is this a known issue?
I've tried updating to version 6.2, but that hasn't changed things.
Right now we only initalize hotjar and do nothing else:
Let me know if you want me to give you any additional info as it's quite scarce so far, but I just wanted to know whether this is a known issue (quick googling couldn't find anything).
The text was updated successfully, but these errors were encountered: