mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)
This commit is contained in:
@@ -143,7 +143,7 @@ export async function runNonInteractive(
|
||||
} finally {
|
||||
consolePatcher.cleanup();
|
||||
if (isTelemetrySdkInitialized()) {
|
||||
await shutdownTelemetry();
|
||||
await shutdownTelemetry(config);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user