@@ -436,7 +436,7 @@ export class App {
436
436
437
437
await this . telemetry . sendTelemetry ( 'chatflow_created' , {
438
438
version : await getAppVersion ( ) ,
439
- chatlowId : results . id ,
439
+ chatflowId : results . id ,
440
440
flowGraph : getTelemetryFlowObj ( JSON . parse ( results . flowData ) ?. nodes , JSON . parse ( results . flowData ) ?. edges )
441
441
} )
442
442
@@ -2004,7 +2004,7 @@ export class App {
2004
2004
2005
2005
await this . telemetry . sendTelemetry ( 'vector_upserted' , {
2006
2006
version : await getAppVersion ( ) ,
2007
- chatlowId : chatflowid ,
2007
+ chatflowId : chatflowid ,
2008
2008
type : isInternal ? chatType . INTERNAL : chatType . EXTERNAL ,
2009
2009
flowGraph : getTelemetryFlowObj ( nodes , edges ) ,
2010
2010
stopNodeId
@@ -2360,7 +2360,7 @@ export class App {
2360
2360
logger . debug ( `[server]: Finished running ${ nodeToExecuteData . label } (${ nodeToExecuteData . id } )` )
2361
2361
await this . telemetry . sendTelemetry ( 'prediction_sent' , {
2362
2362
version : await getAppVersion ( ) ,
2363
- chatlowId : chatflowid ,
2363
+ chatflowId : chatflowid ,
2364
2364
chatId,
2365
2365
type : isInternal ? chatType . INTERNAL : chatType . EXTERNAL ,
2366
2366
flowGraph : getTelemetryFlowObj ( nodes , edges )
0 commit comments