Chid Gilovitz
Chid Gilovitz
@pudepiedj Make sure you don't have any web formatting artifacts in the text you paste (such as 'smart quotes'). I had the same issue and from the text you've posted...
Similar issue here. We are not doing session recording, but manually capturing certain events. We find that the `$opt_in` event is automatically sent when the user opts in, but no...
To add a bit more context after some more debugging - I've noticed that it's possible for the posthog instance to have both `has_opted_in_capturing` and `has_opted_out_capturing` false. ie, there is...
I'm getting the same issue. @djMax, did you make any progress? The problem is caused by calling Buffer methods like `readInt32LE` with an offset greater than the length of the...
Warning to Googlers - Please read the linked Stack Overflow post above before following @HelpSupports advice
@grishmarao, it sounds like you just have a syntax error in the config file. Would you like to paste what you've got?
Closed by #1433
Error attempting to access `newTab` on Firefox - it appears FF thinks the tab does not exist. Sources online suggested to try [WeakRef](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef) to solve this, but I found that...
Closed by https://github.com/TalismanSociety/talisman/pull/1509