chore: Track PWA install device type

This commit is contained in:
Sidharth Vinod
2025-04-13 13:41:26 +05:30
parent e11017672f
commit 7c22576783
+1 -1
View File
@@ -54,7 +54,7 @@
onMount(async () => {
await initHandler();
window.addEventListener('appinstalled', () => {
logEvent('pwaInstalled');
logEvent('pwaInstalled', { isMobile });
});
});