Stan James
Results
22
comments of
Stan James
Do we have confirmation that this works? Our contributor @Gzing had to make extra code changes to make it work: https://github.com/OriginProtocol/company-website/pull/103#issuecomment-366382357
To add to @mb8z helpful answer, the exact syntax that worked for me is: ```js posthog.init('', { api_host: 'https://us.i.posthog.com', api_transport: 'fetch' }); ```