refactor(core): Stop reporting to Sentry invalid credentials on workflow activation (no-changelog) (#9555)
This commit is contained in:
@@ -47,6 +47,7 @@ export class WorkflowActivationError extends ExecutionBaseError {
|
||||
'econnrefused', // Node.js
|
||||
'eauth', // OAuth
|
||||
'temporary authentication failure', // IMAP server
|
||||
'invalid credentials',
|
||||
].some((str) => this.message.toLowerCase().includes(str))
|
||||
) {
|
||||
this.level = 'warning';
|
||||
|
||||
Reference in New Issue
Block a user