Chore/Add telemetry for productId (#5188)

add telemetry for productId
This commit is contained in:
Henry Heng
2025-09-10 15:48:59 +01:00
committed by GitHub
parent 099cf481b4
commit 32bf030924
7 changed files with 49 additions and 24 deletions
+1
View File
@@ -395,6 +395,7 @@ export interface IExecuteFlowParams extends IPredictionQueueAppServer {
orgId: string
workspaceId: string
subscriptionId: string
productId: string
baseURL: string
isInternal: boolean
isEvaluation?: boolean