Skip to content

Commit

Permalink
feat: track deploy repo
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Nov 23, 2023
1 parent 7302000 commit a031f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions figma-plugin/ui-src/pages/Deploy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const Deploy = () => {
track({
event: "Icona: Deploy Icon",
properties: {
githubRepositoryUrl,
githubRepositoryName: githubData.name,
githubRepositoryOwner: githubData.owner,
},
Expand Down

0 comments on commit a031f7b

Please sign in to comment.