refactor(telemetry): drop run lifecycle events and captureException from runner

This commit is contained in:
YeonGyu-Kim
2026-05-02 00:10:57 +09:00
parent be2eee6306
commit 14568db278
2 changed files with 0 additions and 67 deletions
-2
View File
@@ -64,8 +64,6 @@ describe("run telemetry isolation", () => {
trackActive: () => {
throw new Error("telemetry failed")
},
capture: mock(() => {}),
captureException: mock(() => {}),
shutdown: mock(async () => {
throw new Error("shutdown failed")
}),