[backport cloud/1.40] fix: add GLSLShader to toolkit node telemetry tracking (#9240)

Backport of #9197 to `cloud/1.40`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9240-backport-cloud-1-40-fix-add-GLSLShader-to-toolkit-node-telemetry-tracking-3136d73d365081f6be37e4414eccae20)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-02-26 16:42:55 +09:00
committed by GitHub
parent afbdea2956
commit 23f26efd94

View File

@@ -25,7 +25,10 @@ export const TOOLKIT_NODE_NAMES: ReadonlySet<string> = new Set([
// API Nodes
'RecraftRemoveBackgroundNode',
'RecraftVectorizeImageNode',
'KlingOmniProEditVideoNode'
'KlingOmniProEditVideoNode',
// Shader Nodes
'GLSLShader'
])
/**