UNPKG

@carpetai/rrweb-recorder

Version:

A React component for recording user sessions using rrweb. Meant to be used with CarpetAI's Analytics Agent.

3 lines (2 loc) 355 B
import { SessionRecorderProps, SessionRecorderHookReturn } from './types'; export declare function useSessionRecorder({ autoStart, apiKey, apiUrl, maxSessionDuration, saveInterval, excludePaths, recordCanvas, recordCrossOriginIframes, sessionId: customSessionId, onSessionStart, onSessionStop, onError }: SessionRecorderProps): SessionRecorderHookReturn;