-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Stop reporting to Sentry Facebook multi-webhook error (no-changelog) #7743
Conversation
@@ -195,6 +195,7 @@ export class FacebookTrigger implements INodeType { | |||
throw new NodeOperationError( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we should create a NodeOperationWarning
(and maybe NodeApiWarning
), as people could forget to add severity
, even when they know the severity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was also thinking of a more general solution because this is neverending :)
Maybe we could have a separate nodes
project in Sentry, and flip it so we only report errors there intentionally, e.g. ReportableNodeOperationError
and ReportableNodeApiError
- this is assuming the majority of errors in nodes-base
are likely to be non-reportable because they come from external APIs, but I could be wrong to assume this.
Something to discuss with nodes team.
4 flaky tests on run #2935 ↗︎
Details:
6-code-node.cy.ts • 2 flaky tests
28-resource-mapper.cy.ts • 2 flaky tests
Review all test suite changes for PR #7743 ↗︎ |
✅ All Cypress E2E specs passed |
* master: (27 commits) fix: Include cypress TypeScript types in /cypress folder (no-changelog) (#7746) refactor(core): Stop reporting to Sentry `NodeApiError` outside 500 range (no-changelog) (#7753) fix(core): Guard against node not found on cancelling test webhook (#7750) fix(JotForm Trigger Node): Fix iteration on form loader (#7751) refactor(core): Stop reporting to Sentry unknown cred on mapping (no-changelog) (#7752) feat(core): Coordinate manual workflow activation and deactivation in multi-main scenario (#7643) ci: Fix "Release: Create Pull Request" workflow fix(editor): Fix Admin panel icon in the sidebar for cloud deployments (no-changelog) (#7738) fix(editor): Remove `n8nHooksNext` flag (no-changelog) (#7733) fix(editor): Show v1 banner dismiss button if owner (#7722) fix(GitHub Node): Fix issue preventing file edits on branches (#7734) fix(core): Fix all dependency versions for backend packages (no-changelog) (#7745) refactor(core): Convert dynamic node-parameter routes to a decorated controller (no-changelog) (#7284) refactor: Stop reporting to Sentry Facebook multi-webhook error (no-changelog) (#7743) refactor(core): Stop reporting to Sentry unrecognized node errors (no-changelog) (#7728) fix(core): Account for non-ASCII chars in filename on binary data download (#7742) ci: Fix DB tests and Workflow tests (no-changelog) (#7741) refactor: Extract Invitation routes to InvitationController (no-changelog) (#7726) fix(editor): Handle permission edge cases (empty scopes) (#7723) ci: Skip the regularly failing tests in 2-credentials.cy.ts (no-changelog) (#7736) ...
Got released with |
https://n8nio.sentry.io/issues/4640072705