n8n/packages/nodes-base/nodes/Code
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
..
descriptions docs: Fix typo in tooltip relating to JMESPath (#7910) 2023-12-04 08:19:36 +00:00
test refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914) 2023-12-05 11:17:08 +01:00
Code.node.json feat(Code Node): Add Python support (#4295) 2023-05-04 20:00:00 +02:00
Code.node.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
ExecutionError.ts refactor(core): Remove linting exceptions in nodes-base (#4794) 2022-12-02 21:54:28 +01:00
JavaScriptSandbox.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
Pyodide.ts fix(Code Node): Install python modules always in a user-writable folder (#6568) 2023-07-07 16:43:45 +02:00
PythonSandbox.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
Sandbox.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
utils.ts feat(Code Node): Add Python support (#4295) 2023-05-04 20:00:00 +02:00
ValidationError.ts refactor(core): Remove linting exceptions in nodes-base (#4794) 2022-12-02 21:54:28 +01:00