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.
Usage Example:
mutation StopRecording {
goto(url: "https://example.com") {
status
}
stopSessionRecording {
success
error
}
}
Field Definition:
stopSessionRecording: StopSessionRecordingResponse
Type
StopSessionRecordingResponse
object
The response received after stopping session recording