-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
feat: Add telemetry event when users click on templates link #8625
Conversation
@@ -419,6 +422,14 @@ export default defineComponent({ | |||
}, | |||
async handleSelect(key: string) { | |||
switch (key) { | |||
case 'templates': | |||
if ( | |||
this.settingsStore.isTemplatesEnabled && |
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.
Is this also related to the custom templates host? Or is there an option to hide the templates altogether?
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.
The sidebar option will be different for custom template host but it will have the same key. So this will prevent this event from being sent if users still have in-app templates (custom host)
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.
Check. Merge away
1 flaky test on run #4096 ↗︎
Details:
cypress/e2e/5-ndv.cy.ts • 1 flaky test
Review all test suite changes for PR #8625 ↗︎ |
✅ All Cypress E2E specs passed |
Got released with |
Summary
This PR adds telemetry event for new template link clicks.
Related tickets and issues
Related to ADO-1789
Review / Merge checklist
(no-changelog)
otherwise. (conventions)