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
A workaround for this is to call optOut() when you want to stop recording and optIn() when you want to resume recording, the only problem is that this also stops events from being captured (prod. analytics), so ideally we'd add a new method to start/stop session recording.
Description
Ticket: https://posthoghelp.zendesk.com/agent/tickets/20809
Add APIs to allow for manual start/stop of session recordings
https://github.com/PostHog/posthog-js/blob/1b57ea9f6b7736f3e3fce0fd512b467ddb35c5d9/src/posthog-core.ts#L1837
This option is an alternative for:
The text was updated successfully, but these errors were encountered: