github PostHog/posthog-js posthog-react-native@4.36.0

latest releases: posthog-js@1.352.0, @posthog/nuxt@1.5.57, @posthog/types@1.352.0...
7 hours ago

4.36.0

Minor Changes

  • #3010 da31ef8 Thanks @ioannisj! - feat: add manual session replay control

    New methods for programmatic control of session recording:

    • startSessionRecording(resumeCurrent?: boolean) - Start or resume session recording. Pass false to start a new session.
    • stopSessionRecording() - Stop the current session recording.
    • isSessionReplayActive() - Check if session replay is currently active.

    Note: Requires posthog-react-native-session-replay version 1.3.0 or higher. Users with older plugin versions will see a warning when calling these methods. (2026-02-20)

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.