• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/config.php
  • Класс: BitrixTimemanMonitorConfig
  • Вызов: Config::disableDebugForAll
static function disableDebugForAll(): void
{
	if (!self::isAvailable())
	{
		return;
	}

	self::setMonitorDebugEnableOption(0);
	self::sendChangeMonitorDebugEnabledEventForAll(false);
}