diff --git a/src/scripts/analytics/links.ts b/src/scripts/analytics/links.ts index c4a6cee381daf57..695eab075717994 100644 --- a/src/scripts/analytics/links.ts +++ b/src/scripts/analytics/links.ts @@ -20,6 +20,11 @@ export function registerLinks() { continue; } + if (hostname === "deploy.workers.cloudflare.com") { + registerLink("deploy button click", el); + continue; + } + if ( hostname === "workers.cloudflare.com" && pathname.startsWith("/playground#")