(properties: TelemetryProperties)
| 207 | } |
| 208 | |
| 209 | mergeProperties(properties: TelemetryProperties) { |
| 210 | this.commandProperties = { |
| 211 | ...this.commandProperties, |
| 212 | ...properties, |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | startStep(info: StatusEvent) { |
| 217 | if (!this.enabled) { |
no outgoing calls
no test coverage detected