refactor(core): Stop reporting to Sentry unknown cred on mapping (no-changelog) (#7752)

https://n8nio.sentry.io/issues/4563418905
This commit is contained in:
Iván Ovejero 2023-11-17 16:17:44 +01:00 committed by GitHub
parent 4c4082503c
commit 6d19f88080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
});
}