mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Add metadata (customdata) to event log (#6334)
* add metadata (customdata) to event log * lint fix * use reduce
This commit is contained in:
committed by
GitHub
parent
f91d36cd30
commit
792b1c1ffb
@@ -359,7 +359,11 @@ export class MessageEventBusDestinationWebhook
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
LoggerProxy.warn(
|
||||
`Webhook destination ${this.label} failed to send message to: ${this.url} - ${
|
||||
(error as Error).message
|
||||
}`,
|
||||
);
|
||||
}
|
||||
|
||||
return sendResult;
|
||||
|
||||
Reference in New Issue
Block a user