refactor(telemetry): drop run lifecycle events and captureException from runner
This commit is contained in:
@@ -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")
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user