Skip to content

Conversation

tsmaeder
Copy link
Contributor

Adds code to forward "project import" telemetry from LS and adds a hash of the workspace folders to the all telemetry messages.

Fixes #4175

Companion PR to eclipse-jdtls/eclipse.jdt.ls#3544

How to test: I could only test this in the debugger since I don't have access to the telemetry data buckets.

return Telemetry.sendTelemetry(Telemetry.LS_ERROR, e.properties);
await Telemetry.sendTelemetry(Telemetry.LS_ERROR, e.properties);
}
} else if (e.name === Telemetry.IMPORT_PROJECT) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

for now can we skip this event and just send the workspace hash to the telemetry service?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send Workspace Identifier with Telemetry

2 participants