Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Avoid wrapping
NodeOperationError
to prevent misreportin…
…g to Sentry (no-changelog) `requestWithAuthentication` has calls that may throw `NodeOperationError` but we are wrapping those errors in `NodeApiError`, which is causing those errors to be reported to Sentry even when they are level `warning`. Ref: https://n8nio.sentry.io/issues/4833348705
- Loading branch information