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
When calling posthog.reset() in our React application, the events (identify, pageviews, as well as app events) stop being recorded and are never sent. Enabling debug mode also confirms that nothing is recorded past the call to reset(), as no log is issued to the console.
The issue started to happen after upgrading to v1.154.4 (from v1.100.0), and the issue is still present on v1.177.0. Found in the CHANGELOG that the issue was already a thing back in April on v1.121.2 and that it was supposedly fixed.
When calling posthog.reset() in our React application, the events (identify, pageviews, as well as app events) stop being recorded and are never sent. Enabling debug mode also confirms that nothing is recorded past the call to reset(), as no log is issued to the console.
The issue started to happen after upgrading to v1.154.4 (from v1.100.0), and the issue is still present on v1.177.0. Found in the CHANGELOG that the issue was already a thing back in April on v1.121.2 and that it was supposedly fixed.
Possibly linked to #1388 ?
Is this an eventual misconfiguration on our part ?
The text was updated successfully, but these errors were encountered: