chore: Track PWA install device type
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
onMount(async () => {
|
||||
await initHandler();
|
||||
window.addEventListener('appinstalled', () => {
|
||||
logEvent('pwaInstalled');
|
||||
logEvent('pwaInstalled', { isMobile });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user