Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/lib/analytics/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ enum TrackedIntegration {

// CLI_V1_PLUGIN integration
CLI_V1_PLUGIN = 'CLI_V1_PLUGIN',

// Studio integration
STUDIO = 'STUDIO',
}
Comment on lines +61 to 63

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please double check if this change is really required: do we need this in analytics v1?
Also, maybe you want to use chore instead of feat in the commit message


export const getIntegrationName = (args: ArgsOptions[]): string => {
Expand Down