We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps of Reproduction
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Steps of Reproduction
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
The text was updated successfully, but these errors were encountered: