mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(n8n Evaluation Node): Add pre-defined metrics to the "Set Metrics" operation (#17127)
This commit is contained in:
@@ -195,6 +195,9 @@ describe('Test Evaluation', () => {
|
||||
if (param === 'operation') {
|
||||
return 'setMetrics';
|
||||
}
|
||||
if (param === 'metric') {
|
||||
return 'customMetrics';
|
||||
}
|
||||
return param;
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user