()
| 67 | } |
| 68 | |
| 69 | function deactivate() { |
| 70 | if (!telemetryEnabled()) { return; } |
| 71 | } |
| 72 | |
| 73 | function sendEvent(category: string, action: string, label?: string, value?: number, options: { [key: string]: string } = {}) { |
| 74 | if (!telemetryEnabled()) { return; } |
nothing calls this directly
no test coverage detected