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

GH-2229: Ghostery Browser New Telemetry #635

Merged
merged 3 commits into from Dec 8, 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

Prev
Remove redundant comment
  • Loading branch information
Ilya Zarembsky
Ilya Zarembsky committed Dec 3, 2020
commit 1a50e359b52d54ead5fedb68a8373a93220ad16e
@@ -377,7 +377,6 @@ class Metrics {
* @return {string} The Product ID
*/
static _getProductID() {
// Return 'gd' if the user is using the Ghostery Browser, 'gbe' otherwise
if (BROWSER_INFO.token === 'gd') return 'gd';
return 'gbe';
}
ProTip! Use n and p to navigate between commits in a pull request.