mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(editor): Add disable template experiment (#5963)
* Add remove templates experiments * Add track experiment without debouncing * Allow to go to templates route even when experiment is active * Add missing import * Fix linting issue * Remove unused constant * Add timeout to track "User is part of experiment" event * fix: split experiment evaluation from tracking * fix: fix overrides * chore: remove console --------- Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
@@ -538,6 +538,12 @@ export const KEEP_AUTH_IN_NDV_FOR_NODES = [HTTP_REQUEST_NODE_TYPE, WEBHOOK_NODE_
|
||||
export const MAIN_AUTH_FIELD_NAME = 'authentication';
|
||||
export const NODE_RESOURCE_FIELD_NAME = 'resource';
|
||||
|
||||
export const EXPERIMENTS_TO_TRACK = [];
|
||||
export const TEMPLATE_EXPERIMENT = {
|
||||
name: '002_remove_templates',
|
||||
control: 'control',
|
||||
variant: 'variant',
|
||||
};
|
||||
|
||||
export const EXPERIMENTS_TO_TRACK = [TEMPLATE_EXPERIMENT.name];
|
||||
|
||||
export const NODE_TYPES_EXCLUDED_FROM_OUTPUT_NAME_APPEND = [FILTER_NODE_TYPE];
|
||||
|
||||
Reference in New Issue
Block a user