Track customization migration hint and migration actions - #336764
Open
Martin Aeschlimann (aeschli) wants to merge 4 commits into
Open
Martin Aeschlimann (aeschli) wants to merge 4 commits into
Martin Aeschlimann (aeschli) wants to merge 4 commits into
Conversation
Martin Aeschlimann (aeschli)
enabled auto-merge (squash)
September 18, 2026 12:49
Copilot started reviewing on behalf of
Martin Aeschlimann (aeschli)
September 18, 2026 12:50
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Test harnesses are incomplete and failed file migrations can report inaccurate telemetry counts.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 2
Open (2)
What changed in this PR
Adds centralized telemetry for customization migration hints, navigation, actions, and outcomes.
Changes:
- Introduces and registers a migration telemetry service.
- Tracks hint impressions/clicks and migration workflow actions.
- Adds telemetry-focused tests and command arguments.
| File | Description |
|---|---|
customizationMigrationTelemetryService.test.ts |
Tests emitted telemetry events. |
chatService.test.ts |
Updates migration hint and telemetry expectations. |
customizationMigrationTelemetryService.ts |
Defines the telemetry service and events. |
chatServiceImpl.ts |
Tracks migration hints and adds command context. |
chat.shared.contribution.ts |
Registers the telemetry service. |
customizationMigrationDashboard.ts |
Reports dashboard actions. |
aiCustomizationManagementEditor.ts |
Reports navigation and migration outcomes. |
aiCustomizationManagement.ts |
Propagates migration hint targets. |
aiCustomizationManagement.contribution.ts |
Tracks hint command clicks. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Henning Dieterichs (hediet)
previously approved these changes
Sep 18, 2026
Contributor
Screenshot ChangesBase: The screenshot report exceeds GitHub's comment size limit. View the full report in the workflow summary. |
Benjamin Christopher Simmonds (benibenj)
previously approved these changes
Sep 18, 2026
Dmitriy Vasyura (dmitrivMS)
previously approved these changes
Sep 18, 2026
roblourens
previously approved these changes
Sep 18, 2026
…e test Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
Copilot
AI
dismissed stale reviews from roblourens and Dmitriy Vasyura (dmitrivMS)
via
September 18, 2026 22:08
4a29f2b
Dmitriy Vasyura (dmitrivMS)
approved these changes
Sep 18, 2026
roblourens
approved these changes
Sep 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.