Skip to content
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

merge editor telemetry #164254

Merged
merged 2 commits into from Oct 21, 2022
Merged

merge editor telemetry #164254

merged 2 commits into from Oct 21, 2022

Conversation

hediet
Copy link
Member

@hediet hediet commented Oct 21, 2022

No description provided.

@hediet hediet self-assigned this Oct 21, 2022
@hediet hediet requested a review from lramos15 October 21, 2022 15:16
Copy link
Member

@lramos15 lramos15 left a comment

Choose a reason for hiding this comment

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

You may want to look into includes as this will help really reduce some of the duplicate properties which you share across events https://github.com/microsoft/vscode-telemetry-extractor/blob/main/documentation/typescript-code-annotations.md#Includes


manuallySolvedConflictCountThatEqualNone: number;
manuallySolvedConflictCountThatEqualSmartCombine: number;
manuallySolvedConflictCountThatEqualInput1: number;
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if you could use a shared type for this so that the args and the data type being sent from telemetry don't need to be duplicated

owner: 'hediet';
comment: 'This event tracks when the user navigates to the previous conflict".';
}>('mergeEditor.action.goToPreviousConflict', {

Copy link
Member

Choose a reason for hiding this comment

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

Unnecessary empty line

owner: 'hediet';
comment: 'This event tracks when the user navigates to the next conflict".';
}>('mergeEditor.action.goToNextConflict', {

Copy link
Member

Choose a reason for hiding this comment

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

Unnecessary empty line

@hediet hediet merged commit 2ec5046 into main Oct 21, 2022
@hediet hediet deleted the hediet/merge-editor-telemetry branch October 21, 2022 17:31
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants