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

Gather telemetry data for language-usage #178

Open
gracegoo-stripe opened this issue Feb 24, 2021 · 0 comments
Open

Gather telemetry data for language-usage #178

gracegoo-stripe opened this issue Feb 24, 2021 · 0 comments

Comments

@gracegoo-stripe
Copy link
Contributor

We could do this on a per feature basis:
For hover-over reference, we log the method that matched but not the language the user was using. And, it looks like we are doing so in the vscode telemetry (vs. the google analytics):

connection.telemetry.logEvent({name: 'ls.apihover', data: methodMatch});
.

Snippets are another language-specific feature. This is a built-in feature of VSCode so I don't know how we'd get data into GoogleAnalytics. There may be telemetry on this already -- if we could find where that is.

@gracegoo-stripe gracegoo-stripe added this to the GA milestone Feb 24, 2021
@jbyrum-stripe jbyrum-stripe modified the milestones: GA, GA FF Jun 1, 2021
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

No branches or pull requests

2 participants