Open
Description
Hello,
I encountered the following error with posthog-js version 1.166.2
:
recorder.ts:688 Uncaught TypeError: Cannot read properties of undefined (reading 'forEach')
This error occurs when my request fails due to a CORS policy restriction. I’ve attached a screenshot for reference.
It seems to be here:
posthog-js/src/entrypoints/recorder.ts
Lines 560 to 563 in 4f73d88