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

Add missing telemetry for REPL #23591

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

anthonykim1
Copy link

add missing telemetry for REPL that should have been attached
Resolves: #23590

@anthonykim1 anthonykim1 added bug Issue identified by VS Code Team member as probable bug area-repl labels Jun 11, 2024
@anthonykim1 anthonykim1 self-assigned this Jun 11, 2024
@@ -49,6 +51,7 @@ class PythonServerImpl implements Disposable {
});
}

@captureTelemetry(EventName.EXECUTION_CODE, { scope: 'selection' }, false)
Copy link
Member

Choose a reason for hiding this comment

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

@luabud @cwebster-99 Do we need REPL as a additional property here?

@anthonykim1 anthonykim1 marked this pull request as ready for review June 13, 2024 17:26
@karthiknadig karthiknadig added the skip tests Updates to tests unnecessary label Jun 13, 2024
@anthonykim1 anthonykim1 merged commit b81f26e into microsoft:main Jun 13, 2024
45 of 48 checks passed
anthonykim1 added a commit that referenced this pull request Jun 13, 2024
add missing telemetry for REPL that should have been attached
Resolves: #23590
DonJayamanne pushed a commit that referenced this pull request Jun 24, 2024
add missing telemetry for REPL that should have been attached
Resolves: #23590
eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Jun 28, 2024
add missing telemetry for REPL that should have been attached
Resolves: microsoft#23590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make sure to add telemetry for REPL
2 participants