mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
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:
@@ -18,5 +18,6 @@ module.exports = defineConfig({
|
||||
screenshotOnRunFailure: true,
|
||||
experimentalInteractiveRunEvents: true,
|
||||
experimentalSessionAndOrigin: true,
|
||||
blockHosts: ['telemetry.n8n.io'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user