Remove angulartics dependency
As part of the migration away from AngularJS, replace Angulartics with direct usage of the Google Analytics client. Since we only use a single analytics provider (Google Analytics) and only basic event tracking functionality in a single-route application, its easiest just to replace the code with direct calls to the analytics.js API. See https://developers.google.com/analytics/devguides/collection/analyticsjs/events Fixes #976
Showing
... | ... | @@ -15,7 +15,6 @@ |
"angular-route": "^1.7.5", | ||
"angular-sanitize": "^1.7.5", | ||
"angular-toastr": "^2.1.1", | ||
"angulartics": "0.17.2", | ||
"autofill-event": "0.0.1", | ||
"autoprefixer": "^9.4.7", | ||
"aws-sdk": "^2.345.0", | ||
... | ... |
Please register or sign in to comment