Commit 027cf80978 for woocommerce
commit 027cf80978425272feb225c675f39d6434e17089
Author: Riad Benguella <benguella@gmail.com>
Date: Wed Jan 21 11:41:02 2026 +0100
Update performance results API endpoint to codevitals.run (#62882)
Switch the hostname for publishing performance metrics from codehealth.vercel.app to the canonical codevitals.run endpoint.
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
diff --git a/tools/compare-perf/log-to-codevitals.js b/tools/compare-perf/log-to-codevitals.js
index b3789388fe..4f7b288bf9 100644
--- a/tools/compare-perf/log-to-codevitals.js
+++ b/tools/compare-perf/log-to-codevitals.js
@@ -64,7 +64,7 @@ const data = JSON.stringify( {
} );
const options = {
- hostname: 'codehealth.vercel.app',
+ hostname: 'codevitals.run',
port: 443,
path: '/api/log?token=' + token,
method: 'POST',