Skip to content

Add experimentation service - #2488

Merged
Rachel Macfarlane (RMacfarlane) merged 2 commits into
masterfrom
rmacfarlane/experimentationService
Feb 12, 2021
Merged

Add experimentation service#2488
Rachel Macfarlane (RMacfarlane) merged 2 commits into
masterfrom
rmacfarlane/experimentationService

Conversation

@RMacfarlane

Copy link
Copy Markdown
Contributor

Adopt the vscode-tas-client package for running experiments

Comment thread src/experimentationService.ts Outdated
const product = await getProductConfig(vscode.env.appRoot);
const targetPopulation = getTargetPopulation(product);

return getExperimentationService(`${pkg.publisher}.${pkg.name}`, pkg.version, targetPopulation, experimentationTelemetry, context.globalState);

@RMacfarlane Rachel Macfarlane (RMacfarlane) Feb 10, 2021

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure what the consequence of the insiders and stable versions of the extension having different names here is, should they map to the same service?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

cool, we confirmed with Julie and Amy about showing this only in the stable version of the extension

@sana-ajani

Copy link
Copy Markdown

Looks good for the most part! Only other thing I think we need is to add the GDPR classification for the "query-expfeature" telemetry event (like we do in the remote-containers extension: https://github.com/microsoft/vscode-remote-containers/blob/9c5f61a5ff6c390e148c237ab6b0e110f204f015/src/utils/telemetry.ts#L9).

@RMacfarlane

Copy link
Copy Markdown
Contributor Author

Thanks! Added that classification

@RMacfarlane
Rachel Macfarlane (RMacfarlane) deleted the rmacfarlane/experimentationService branch February 12, 2021 23:46
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.

2 participants