Zend certified PHP/Magento developer

Class MagentoNewRelicReportingModelConfig does not exist in 2.4.4

After upgrading from Magento 2.4.3-p1 to 2.4.4, I am getting the following error:

In ClassReader.php line 57:
  Impossible to process constructor argument Parameter #0 [ <required> MagentoNewRelicReportingModelConfig $config ]
  of MagentoGraphQlModelQueryLoggerNewRelic class

In GetParameterClassTrait.php line 34:
  Class MagentoNewRelicReportingModelConfig does not exist

And sure enough, when I look through vendor and generated code, I do not see any such class. Is this just “fresh release” problems with 2.4.4? Is there some way to disable NewRelic globally?

This is in a Docker dev environment.