refactor(editor): Add telemetry for debug in editor (no-changelog) (#8073)

https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
Iván Ovejero
2023-12-19 12:23:30 +01:00
committed by GitHub
parent a63d94f28c
commit d44602913f
2 changed files with 28 additions and 11 deletions

View File

@@ -373,6 +373,7 @@ export interface IExecutionPushResponse {
export interface IExecutionResponse extends IExecutionBase {
id: string;
status: string;
data?: IRunExecutionData;
workflowData: IWorkflowDb;
executedNode?: string;