n8n/packages/nodes-base/nodes/TheHiveProject
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
..
actions refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
descriptions feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00
helpers refactor: Switch plain errors in nodes-base to ApplicationError (no-changelog) (#7914) 2023-12-05 11:17:08 +01:00
methods refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
test refactor: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
transport feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00
TheHiveProject.node.json docs: Docs links for TheHive and TheHive5 (#7124) 2023-09-07 07:49:55 +01:00
TheHiveProject.node.ts feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00
thehiveproject.svg feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00
TheHiveProjectTrigger.node.json docs: Docs links for TheHive and TheHive5 (#7124) 2023-09-07 07:49:55 +01:00
TheHiveProjectTrigger.node.ts feat(TheHive Node): Overhaul (#6457) 2023-09-04 18:15:52 +03:00