n8n/packages/nodes-base/nodes/Set
Iván Ovejero e77fd5d286
refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914)
Ensure all errors in `nodes-base` are `ApplicationError` or children of
it and contain no variables in the message, to continue normalizing all
the backend errors we report to Sentry. Also, skip reporting to Sentry
errors from user input and from external APIs. In future we should
refine `ApplicationError` to more specific errors.

Follow-up to: [#7877](https://github.com/n8n-io/n8n/pull/7877)

- [x] Test workflows:
https://github.com/n8n-io/n8n/actions/runs/7084627970
- [x] e2e: https://github.com/n8n-io/n8n/actions/runs/7084936861

---------

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-12-05 11:17:08 +01:00
..
test fix(Set Node): Null should not throw an error (#7416) 2023-10-12 18:07:12 +03:00
v1 fix(core): Missing pairing info (#7326) 2023-10-10 18:36:20 +03:00
v2 refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914) 2023-12-05 11:17:08 +01:00
Set.node.json fix(Set Node): Increase search priority (#7358) 2023-10-05 16:19:19 +03:00
Set.node.ts fix(Set Node): Null should not throw an error (#7416) 2023-10-12 18:07:12 +03:00