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

Read attach setting every time, plus update telemetry #464

Merged
merged 3 commits into from
Sep 13, 2018

Conversation

StephenWeatherford
Copy link
Contributor

Fixes #463

@StephenWeatherford StephenWeatherford requested a review from a team September 7, 2018 22:31
// tslint:disable-next-line:no-var-self
let me = this;
let engineType: DockerEngineType;
await callWithTelemetryAndErrorHandling('getEngineType', async function (this: IActionContext): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reasoning behind a separate telemetry event for this? Couldn't you just include properties.engineType in the existing telemetry for the two (as far as I can tell) commands calling this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Somehow seemed like a good idea at the time... :-)

@StephenWeatherford StephenWeatherford merged commit 3a3be85 into master Sep 13, 2018
@StephenWeatherford StephenWeatherford deleted the saw/reload-attach-config branch September 13, 2018 19:49
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants