Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
feat(metrics): No longer send events to Google Analytics
Browse files Browse the repository at this point in the history
All the teams that used GA have now migrated to Amplitude.

fixes #6650
  • Loading branch information
Shane Tomlinson committed Oct 22, 2018
1 parent d091827 commit e27f79e
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 555 deletions.
138 changes: 58 additions & 80 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -116,7 +116,6 @@
"ua-parser-js": "git://github.com/vladikoff/ua-parser-js.git#fxa-version",
"uglifyjs-webpack-plugin": "1.2.7",
"underscore": "1.8.3",
"universal-analytics": "0.4.15",
"webpack": "4.16.1",
"webpack-cli": "3.1.0",
"webrtc-adapter-test": "0.2.5"
Expand Down
6 changes: 0 additions & 6 deletions server/lib/configuration.js
Expand Up @@ -178,12 +178,6 @@ const conf = module.exports = convict({
format: Boolean
}
},
google_analytics_id: {
default: undefined,
doc: 'Google Analytics id',
env: 'GOOGLE_ANALYTICS_ID',
format: String
},
hpkp: {
enabled: {
default: false,
Expand Down

0 comments on commit e27f79e

Please sign in to comment.