The code in mediawiki-config.git:/wmf-config/Profiler.php currently calls Tideways to implement the "XHGui" and "Inline profile" features of WikimediaDebug.
Following T400109: Ensure MediaWiki-Core-Profiler works with php-xhprof 2.x (PHP 8.3), SRE has packaged php-xhprof at T398245, so we need to update the MW config in production to activate xhprof instead of tideways_xhprof.
This patch should be written by MediaWiki Platform Team, and deployment coordinated with SRE ServiceOps, so that it can happen directly after they promote the updated k8s-mwdebug Docker image that swaps php-tideways_xhprof for php-xhprof.