mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)
This commit is contained in:
parent
806af05b97
commit
431a312d4d
3 changed files with 16 additions and 8 deletions
|
|
@ -143,7 +143,7 @@ export async function runNonInteractive(
|
|||
} finally {
|
||||
consolePatcher.cleanup();
|
||||
if (isTelemetrySdkInitialized()) {
|
||||
await shutdownTelemetry();
|
||||
await shutdownTelemetry(config);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue