Zipy Recording Control
Stop Recording
if (currentRoute === "/checkout") {
zipy.record.stop();
}Start Recording
zipy.init("<YOUR_APIKEY>"); // Starts a new session and resumes recordingImportant Note:
Last updated