Skip to main content

stopSessionRecording

Stops the current session recording and processes the replay data, similar to closing the context. This mutation will stop RRWeb recording and upload the collected events.

Example:

mutation StopRecording {
goto(url: "https://example.com") {
status
}

stopSessionRecording {
success
error
}
}
stopSessionRecording: StopSessionRecordingResponse

Type

StopSessionRecordingResponse object

The response received after stopping session recording