diff --git a/services/web/app/src/Features/Compile/ClsiManager.mjs b/services/web/app/src/Features/Compile/ClsiManager.mjs index 0a4c327a42..ffb8c5025a 100644 --- a/services/web/app/src/Features/Compile/ClsiManager.mjs +++ b/services/web/app/src/Features/Compile/ClsiManager.mjs @@ -880,6 +880,7 @@ function _finaliseRequest(projectId, options, project, docs, files) { pdfCachingMinChunkSize: options.pdfCachingMinChunkSize, flags, metricsMethod: options.compileGroup, + metricsPath: options.metricsPath, }, rootResourcePath, resources, diff --git a/services/web/app/src/router.mjs b/services/web/app/src/router.mjs index 5265cae6d4..b3298b5645 100644 --- a/services/web/app/src/router.mjs +++ b/services/web/app/src/router.mjs @@ -1159,7 +1159,7 @@ async function initialize(webRouter, privateApiRouter, publicApiRouter) { CompileManager.compile( projectId, testUserId, - {}, + { metricsPath: 'health-check' }, function (error, status, _outputFiles, clsiServerId) { if (handler) { clearTimeout(handler)