I noticed that even when the Wordpress Debug Display is set to off, the errors display on the front end.
See screenshots: https://imgur.com/a/ZZUtGE0
Here is the vanilla test site I created:
https://errorlogs.fizzpopsite.dev/
The ONLY way to keep the debug from displaying is adding this to the wp-config.php.
define( 'WP_DEBUG_DISPLAY', false );
It seems like this needs to be defined explicitly by Enhance when Debug is enabled AND Display Errors is null/false.