Skip to content

Added telemetry to changelog prompt #2604

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

Merged
merged 3 commits into from
Jul 16, 2025
Merged

Added telemetry to changelog prompt #2604

merged 3 commits into from
Jul 16, 2025

Conversation

ScottCarda-MS
Copy link
Contributor

@ScottCarda-MS ScottCarda-MS commented Jul 16, 2025

Added two telemetry events, ChangelogPromptStart and ChangelogPromptEnd for tracking the use of the changelog prompt. ChangelogPromptStart will fire when we show the popup and has a qdkVersion field for what version of the QDK the popup is being shown for. ChangelogPromptEnd will fire when the user clicks one of the buttons on the changelog popup and has an action field with possible values "showChangelog" or "suppressChangelog" for discerning which button was pressed. Both events have and associationId field to correlate instances of the two.

Also removed the restriction that prevents the popup from appearing on a fresh install, as we want the popup to appear in that scenario now.

@ScottCarda-MS ScottCarda-MS marked this pull request as ready for review July 16, 2025 18:07
Copy link
Member

@billti billti left a comment

Choose a reason for hiding this comment

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

Left one minor comment to fix, then looks good. Thanks!

@ScottCarda-MS ScottCarda-MS enabled auto-merge July 16, 2025 20:18
@ScottCarda-MS ScottCarda-MS added this pull request to the merge queue Jul 16, 2025
Merged via the queue into main with commit dbcc21a Jul 16, 2025
18 checks passed
@ScottCarda-MS ScottCarda-MS deleted the sccarda/WhatsNew2 branch July 16, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants