mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user