From a031f7b15afacf4560860d1cdc6f2624445bdd7c Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Thu, 23 Nov 2023 16:41:10 +0900 Subject: [PATCH] feat: track deploy repo --- figma-plugin/ui-src/pages/Deploy.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/figma-plugin/ui-src/pages/Deploy.tsx b/figma-plugin/ui-src/pages/Deploy.tsx index 0f3d7f1..63c31ea 100644 --- a/figma-plugin/ui-src/pages/Deploy.tsx +++ b/figma-plugin/ui-src/pages/Deploy.tsx @@ -36,6 +36,7 @@ const Deploy = () => { track({ event: "Icona: Deploy Icon", properties: { + githubRepositoryUrl, githubRepositoryName: githubData.name, githubRepositoryOwner: githubData.owner, },