()
| 167 | * Get the telemetry config section. |
| 168 | */ |
| 169 | export async function getTelemetryConfig(): Promise<TelemetryConfig> { |
| 170 | const config = await readConfig(); |
| 171 | return config.telemetry ?? {}; |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Update the telemetry config section. |
no test coverage detected