From 685c3b3d0ddaaa437827c32c214bf3a7119664a6 Mon Sep 17 00:00:00 2001 From: rjawesome Date: Thu, 20 Jun 2024 14:29:30 -0700 Subject: [PATCH] capture smartapi testing ex --- src/controllers/cron/test_smartapi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/cron/test_smartapi.ts b/src/controllers/cron/test_smartapi.ts index e0650c4..1946480 100644 --- a/src/controllers/cron/test_smartapi.ts +++ b/src/controllers/cron/test_smartapi.ts @@ -150,6 +150,7 @@ export default function testSmartApi() { } } catch (err) { debug(`Testing SmartAPI specs failed! The error message is ${err.toString()}`); + Telemetry.captureException(err); } span.finish(); });