Skip to content

Remove hardcoded telemetry keys and endpoints#221

Merged
rcjsuen merged 4 commits intomainfrom
extract-telemetry-secrets
Oct 10, 2025
Merged

Remove hardcoded telemetry keys and endpoints#221
rcjsuen merged 4 commits intomainfrom
extract-telemetry-secrets

Conversation

@rcjsuen
Copy link
Collaborator

@rcjsuen rcjsuen commented Oct 10, 2025

We want to switch to injecting telemetry information at build-time instead of having them hardcoded. This means that telemetry information will no longer be collected during local development or locally built VSIX files as the environment variables that the telemetry depends on would be undefined locally.

Fixes #220.

We want to switch to injecting telemetry information at build-time
instead of having them hardcoded. This means that telemetry information
will no longer be collected during local development or locally built
VSIX files as the environment variables that the telemetry depends on
would be undefined locally.

Signed-off-by: Remy Suen <remy.suen@docker.com>
@rcjsuen rcjsuen self-assigned this Oct 10, 2025
Signed-off-by: Remy Suen <remy.suen@docker.com>
Signed-off-by: Remy Suen <remy.suen@docker.com>
Signed-off-by: Remy Suen <remy.suen@docker.com>
@rcjsuen rcjsuen merged commit ece0906 into main Oct 10, 2025
26 checks passed
@rcjsuen rcjsuen deleted the extract-telemetry-secrets branch October 10, 2025 22:06
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

Successfully merging this pull request may close these issues.

Inject telemetry keys at build-time

1 participant