Merge branch 'develop' of https://github.com/frappe/lms into quiz-in-video

This commit is contained in:
Jannat Patel
2025-06-02 19:16:27 +05:30

View File

@@ -67,17 +67,9 @@ function capture(
}
function startRecording() {
if (!isTelemetryEnabled()) return
if (window.posthog?.__loaded) {
window.posthog.startSessionRecording()
}
}
function stopRecording() {
if (!isTelemetryEnabled()) return
if (window.posthog?.__loaded && window.posthog.sessionRecordingStarted()) {
window.posthog.stopSessionRecording()
}
}
// Posthog Plugin