diff --git a/Common/Server/API/StatusAPI.ts b/Common/Server/API/StatusAPI.ts index d8e7d99ba49..56c42b60903 100644 --- a/Common/Server/API/StatusAPI.ts +++ b/Common/Server/API/StatusAPI.ts @@ -76,8 +76,6 @@ export default class StatusAPI { logger.info("Ready check: ok"); stausReadySuccess.add(1); - span.recordException(new ServerException("Server is ready")); - Response.sendJsonObjectResponse(req, res, { status: "ok", });