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

@@ -82,7 +82,6 @@
<script>
import moment from 'moment';
import * as Analytics from '@/libs/analytics';
import { mapState } from '@/libs/store';
import scoreTask from '@/mixins/scoreTask';
import Task from './task';
@@ -181,8 +180,6 @@ export default {
this.isLoading = false;
this.$root.$emit('bv::hide::modal', 'yesterdaily');
Analytics.updateUser();
},
},
};