mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-06-08 15:29:52 +00:00
Adds a SyftTelemetryProvider (cloud builds only) that loads the Syft snippet and identifies users by email at login/signup via the existing trackAuth dispatch, plus on session restore. Source is 'signup' for new users and 'login' otherwise. Also loads the snippet on the marketing site for anonymous visitor observation. Loader is idempotent with the existing GTM-managed Syft tag. OSS builds are unaffected: the provider is only reachable through initTelemetry's cloud gate (verified: no syft/sy-d.io references in an OSS dist build).