browser-sdk

Home > @datadog/browser-rum > RumGlobal > startSessionReplayRecording

RumGlobal.startSessionReplayRecording property

Start Session Replay recording. Enable to conditionally start the recording, use the startSessionReplayRecordingManually:true init parameter and call startSessionReplayRecording()

See Browser Session Replay for further information.

Signature:

startSessionReplayRecording: (options?: StartRecordingOptions) => void;