Open marandaneto opened 3 months ago
Today recording starts and ends automatically. We need to give the option to either choose which screens have to be recorded/ignored, or the ability to start/pause dynamically as well.
Similar to https://posthog.com/docs/session-replay/how-to-control-which-sessions-you-record#with-feature-flags
Another idea is the ability to pause and resume the recording manually eg PostHog.pauseRecording(), `PostHog.resumeRecording()
pause
resume
PostHog.pauseRecording()
`PostHog.resumeRecording()
Description
Today recording starts and ends automatically. We need to give the option to either choose which screens have to be recorded/ignored, or the ability to start/pause dynamically as well.