mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
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:
@@ -183,7 +183,7 @@ export default {
|
||||
eventCategory: 'button',
|
||||
eventAction: 'click',
|
||||
eventLabel: 'User Dropdown > Subscriptions',
|
||||
}, { trackOnServer: true });
|
||||
});
|
||||
|
||||
this.$router.push({ name: 'subscription' });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user