feat: 优化初始化步骤

This commit is contained in:
手瓜一十雪
2025-02-07 13:26:48 +08:00
parent 11816d038d
commit aa3a575cbe
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ export class NodeIKernelSessionListener {
}
onOpentelemetryInit(args: unknown): any {
onOpentelemetryInit(info: { is_init: boolean, is_report: boolean }): any {
}