mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Stop reporting to Sentry unknown cred on mapping (no-changelog) (#7752)
https://n8nio.sentry.io/issues/4563418905
This commit is contained in:
@@ -146,6 +146,7 @@ export class PermissionChecker {
|
|||||||
if (!cred.id) {
|
if (!cred.id) {
|
||||||
throw new NodeOperationError(node, 'Node uses invalid credential', {
|
throw new NodeOperationError(node, 'Node uses invalid credential', {
|
||||||
description: 'Please recreate the credential.',
|
description: 'Please recreate the credential.',
|
||||||
|
severity: 'warning',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user