Skip to content

Commit

Permalink
capture smartapi testing ex
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Jun 20, 2024
1 parent 9449fc3 commit 685c3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/cron/test_smartapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 685c3b3

Please sign in to comment.