Revert "Revert "Analytics: track generic events through the server (#12735)""

This reverts commit 9d6fb2ca26.
This commit is contained in:
Matteo Pagliazzi
2020-11-09 11:34:20 +01:00
parent 997cc9f3c5
commit 2e59260149
16 changed files with 120 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ function _requestMaker (user, method, additionalSets = {}) {
|| route.indexOf('/amazon') === 0
|| route.indexOf('/stripe') === 0
|| route.indexOf('/qr-code') === 0
|| route.indexOf('/analytics') === 0
) {
url += `${route}`;
} else {