mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore(editor): Stop reporting ResponseError: Unauthorized error to Sentry (no-changelog) (#11744)
This commit is contained in:
committed by
GitHub
parent
f1ca8c128b
commit
bd924c7194
@@ -7,6 +7,7 @@ const ignoredErrors = [
|
||||
{ instanceof: AxiosError },
|
||||
{ instanceof: ResponseError, message: /ECONNREFUSED/ },
|
||||
{ instanceof: ResponseError, message: "Can't connect to n8n." },
|
||||
{ instanceof: ResponseError, message: 'Unauthorized' },
|
||||
{ instanceof: Error, message: /ResizeObserver/ },
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user