fix(editor): Disable telemetry in dev mode and in E2E tests (#6869)

* fix(editor): Disable telemetry in dev mode and in E2E tests

* fix(editor): add external js to rollup config

* fix(editor): using vite plugin to control external script loading

* fix(editor): update lock file version

* fix(editor): block telemetry host
This commit is contained in:
Csaba Tuncsik
2023-08-11 14:42:25 +02:00
committed by GitHub
parent 10c15874b2
commit 808a92809e
7 changed files with 45 additions and 52 deletions

View File

@@ -18,5 +18,6 @@ module.exports = defineConfig({
screenshotOnRunFailure: true,
experimentalInteractiveRunEvents: true,
experimentalSessionAndOrigin: true,
blockHosts: ['telemetry.n8n.io'],
},
});