diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index c60e3a67f7..c2dc682a97 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -504,8 +504,9 @@ function takeSnapshot() { Window.takeSnapshot(false, includeAnimated, 1.91); }, SNAPSHOT_DELAY); }, FINISH_SOUND_DELAY); + UserActivityLogger.logAction("snaphshot_taken", { location: location.href }); } - + function isDomainOpen(id, callback) { print("Checking open status of domain with ID:", id); var status = false;