(_event: TelemetryEvent)
| 306 | // TelemetryClient |
| 307 | |
| 308 | public captureEvent(_event: TelemetryEvent): void { |
| 309 | this.ensureInitialized() |
| 310 | this.log("[CloudService] Skipping cloud telemetry capture in compatibility mode") |
| 311 | } |
| 312 | |
| 313 | // ShareService |
| 314 |
no test coverage detected