HubSpot / hubspot-cli

A CLI for HubSpot
https://developers.hubspot.com
Other
153 stars 57 forks source link

Chore: Add detailed usage tracking to migration commands #1127

Closed kemmerle closed 1 month ago

kemmerle commented 1 month ago

Description and Context

We are adding more detailed usage tracking to the migrate-app and clone-app commands. In both commands, I have added three tracking events:

1) When the command is initially run, I've added an event after the appId is selected. I am wondering whether I should add any other metadata here.

2) When the command succeeds, I've added an event where I've included the project name, app id, and status.

3) When the command fails, I've added an event where I've included the project name, app id, status, and error.

TODO

Who to Notify

@brandenrodgers @camden11 @joe-yeager