[backport rh-test] [bugfix] use raw template ID for workflow_name in telemetry tracking (#6324)

Backport of #6320 to `rh-test`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6324-backport-rh-test-bugfix-use-raw-template-ID-for-workflow_name-in-telemetry-tracking-2996d73d36508127be92f67e530989a7)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-10-27 14:11:32 +09:00
committed by GitHub
parent 2d98008942
commit 0afc6995d2

View File

@@ -132,7 +132,7 @@ export function useTemplateWorkflows() {
if (isCloud) {
useTelemetry()?.trackTemplate({
workflow_name: workflowName,
workflow_name: id,
template_source: actualSourceModule
})
}
@@ -153,7 +153,7 @@ export function useTemplateWorkflows() {
if (isCloud) {
useTelemetry()?.trackTemplate({
workflow_name: workflowName,
workflow_name: id,
template_source: sourceModule
})
}