Skip to content
New issue

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

Desktop browser telemetry #633

Merged
merged 5 commits into from Nov 30, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next
Set browser version for desktop
  • Loading branch information
sammacbeth committed Nov 19, 2020
commit 6cf0c98be95bd4e5e68d4d9193b10f721eb5670d
@@ -198,6 +198,7 @@ class Globals {
this.BROWSER_INFO.displayName = 'Ghostery Desktop Browser';
this.BROWSER_INFO.name = 'ghostery_desktop';
this.BROWSER_INFO.token = 'gd';
this.BROWSER_INFO.version = info.version;
}
this.BROWSER_INFO.version = info.version;
}
ProTip! Use n and p to navigate between commits in a pull request.