Skip to content

Commit 1e2b928

Browse files
kodster28daisyfaithauma
authored andcommitted
[Analytics] Deploy button click events (#22020)
1 parent 8c6e0df commit 1e2b928

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/scripts/analytics/links.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export function registerLinks() {
2020
continue;
2121
}
2222

23+
if (hostname === "deploy.workers.cloudflare.com") {
24+
registerLink("deploy button click", el);
25+
continue;
26+
}
27+
2328
if (
2429
hostname === "workers.cloudflare.com" &&
2530
pathname.startsWith("/playground#")

0 commit comments

Comments
 (0)