Support telemetry page (#2756)

* support telemetry page events

* add log level to FE settings

* add debug logging

* fix types

* state fix

* move call
This commit is contained in:
Mutasem Aldmour
2022-02-04 00:24:01 +02:00
committed by GitHub
parent 0bf554394a
commit 7bdb7e2a25
9 changed files with 51 additions and 23 deletions

View File

@@ -22,6 +22,9 @@ export default Vue.extend({
components: {
Telemetry,
},
mounted() {
this.$telemetry.page('Editor', this.$route.name);
},
watch: {
'$route'(route) {
this.$telemetry.page('Editor', route.name);