mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Ignore pairedItem when checking for incorrect output data from a node (#17340)
This commit is contained in:
committed by
GitHub
parent
73f8e72aca
commit
2708fe81a5
@@ -7,6 +7,8 @@ export type ErrorTags = NonNullable<Event['tags']>;
|
||||
export type ReportingOptions = {
|
||||
/** Whether the error should be reported to Sentry */
|
||||
shouldReport?: boolean;
|
||||
/** Whether the error log should be logged (default to true) */
|
||||
shouldBeLogged?: boolean;
|
||||
level?: ErrorLevel;
|
||||
tags?: ErrorTags;
|
||||
extra?: Event['extra'];
|
||||
|
||||
Reference in New Issue
Block a user