PostHog / posthog-ios

PostHog iOS SDK
https://posthog.com/docs/libraries/ios
MIT License
38 stars 43 forks source link

Screen by screen basis recording #160

Open marandaneto opened 3 months ago

marandaneto commented 3 months ago

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.

marandaneto commented 1 month ago

Similar to https://posthog.com/docs/session-replay/how-to-control-which-sessions-you-record#with-feature-flags

marandaneto commented 1 week ago

Another idea is the ability to pause and resume the recording manually eg PostHog.pauseRecording(), `PostHog.resumeRecording()