-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass machine ID to server for telemetry (#3157)
### Motivation Pass the unique machine identifier to the server as an initialization option, so that it can be used to estimate number of unique users on server telemetry events. Reminder that we [do not collect any telemetry by default](https://github.com/Shopify/ruby-lsp/tree/main/vscode#telemetry), unless a VS Code extension implements the `getTelemetrySenderObject` command. ### Implementation Started passing the value from the extension and saving it in the global state. ### Automated Tests Added a test.
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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