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

Share telemetry from core extension. #20893

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

heejaechang
Copy link

@heejaechang heejaechang commented Mar 22, 2023

it turns out the new telemetry API removed a way to set extension id and version when telemetry reporter is created and it implicitly sets from extension reporter is created. the same way how LSP client is working.

since we want to keep using the same extension id and etc for our telemetry, we need the reporter created from core ext.

it turns out the new telemetry API removed a way to set extension id and version when telemetry reporter is created and it implicitly sets from extension reporter is created. the same way how LSP client is working.

since we want to keep using the same extension id and etc for our telemetry, we need the reporter created from core ext.
@heejaechang heejaechang added no-changelog No news entry required skip tests Updates to tests unnecessary labels Mar 22, 2023
@heejaechang heejaechang changed the title [WIP] Share telemetry from core extension. Share telemetry from core extension. Mar 22, 2023
@heejaechang heejaechang marked this pull request as ready for review March 22, 2023 17:57
@heejaechang heejaechang merged commit 01e798a into microsoft:main Mar 22, 2023
@VSCodeTriageBot VSCodeTriageBot added this to the April 2023 milestone Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants