-
Notifications
You must be signed in to change notification settings - Fork 2.4k
starter pack metrics #9116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
starter pack metrics #9116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are fine but from what I understand from the linear ticket we need to be adding metrics to src/components/dialogs/StarterPackDialog.tsx
too for the add/remove user part
src/logger/metrics.ts
Outdated
'starterPack:addUser': {} | ||
'starterPack:removeUser': {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these other ones include the starterPark
uri, I think add that here too for consistency. You can make it optional, in case the starter pack doesn't exist yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alex said these are events emitted during the creation flow of a new starter pack which means there will never be any starterpack uri. Do we want to emit this when adding/removing user to existing starter pack too?
src/logger/metrics.ts
Outdated
starterPackUri?: string | ||
} | ||
'starterPack:removeUser': { | ||
starterPackUri?: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
starterPackUri?: string | |
starterPack?: string |
src/logger/metrics.ts
Outdated
'starterPack:addUser': {} | ||
'starterPack:removeUser': {} | ||
'starterPack:addUser': { | ||
starterPackUri?: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
starterPackUri?: string | |
starterPack?: string |
Add new starter pack related event metrics:
https://linear.app/blueskyweb/issue/APP-1425/metrics-event-add-to-starter-pack