-
fix(core): use standard utm params on performance-report links (#36226)
发布于
2026-07-03 22:29:51 +00:00 Current Behavior
The docs links in the CLI performance report carry a non-standard
tracking tag (?utm=performance-report), which analytics tools don't
parse as UTM parameters, so clicks from the report aren't attributed.Expected Behavior
All performance-report links — in the terminal report, the GitHub
Actions job summary, and the TUI countdown popup — use standard UTM
parameters:?utm_source=nx-cli&utm_medium=cli&utm_campaign=performance-report&utm_content=<cta>utm_contentidentifies which recommendation was clicked:
remote-cache,nx-agents, orparallelization.Related Issue(s)
Internal analytics attribution change; no linked issue.
下载附件