Skip to content

Commit

Permalink
chore(editor): Stop porting ResponseError: Unauthorized error to Se…
Browse files Browse the repository at this point in the history
…ntry (no-changelog)
  • Loading branch information
netroy committed Nov 14, 2024
1 parent 7381c28 commit 6815dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6815dde

Please sign in to comment.