Open hassanITXI opened 5 months ago
Steps of Reproduction
Try to log and event example logEvent(this.analytics, 'show-qr-code', { event_category: menuName, event_label: this.getPoiLabel(menuName, selectedItem), value: 1, computerName: this.computerName, });
logEvent(this.analytics, 'show-qr-code', { event_category: menuName, event_label: this.getPoiLabel(menuName, selectedItem), value: 1, computerName: this.computerName, });
Notice in the web version it works fine, but in the electron app it doesn't send the events or registers the analytics.
Electron App should fire and register the analytics
OS: Windows
Steps to reproduce
Steps of Reproduction
Try to log and event example
logEvent(this.analytics, 'show-qr-code', { event_category: menuName, event_label: this.getPoiLabel(menuName, selectedItem), value: 1, computerName: this.computerName, });
Notice in the web version it works fine, but in the electron app it doesn't send the events or registers the analytics.
✔️ Expected Behavior
Electron App should fire and register the analytics
🔍 Additional context
OS: Windows