Skip to content

Commit 67ed4ea

Browse files
committed
[Analytics] Deploy button click events
1 parent 652d9f0 commit 67ed4ea

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)