Move more analytics to server (#12782)

* track events on the client by default, remove unused ones

* fix lint, remove some calls to updateUser

* remove dead code from guide.js
This commit is contained in:
Matteo Pagliazzi
2020-11-13 15:42:46 +01:00
committed by GitHub
parent 41de90e578
commit d3ba0346af
12 changed files with 11 additions and 53 deletions

View File

@@ -183,7 +183,7 @@ export default {
eventCategory: 'button',
eventAction: 'click',
eventLabel: 'User Dropdown > Subscriptions',
}, { trackOnServer: true });
});
this.$router.push({ name: 'subscription' });
},