mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08: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:
parent
4c4082503c
commit
6d19f88080
|
@ -146,6 +146,7 @@ export class PermissionChecker {
|
|||
if (!cred.id) {
|
||||
throw new NodeOperationError(node, 'Node uses invalid credential', {
|
||||
description: 'Please recreate the credential.',
|
||||
severity: 'warning',
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue