Should apps under error state show up in the dashboard?

Hello,
We have a CI set up which launches and deploys apps for each PR.
We started to see that some pr-apps weren’t showing in the dashboard.
After running fly status, we discovered it was under error status.

$ fly -a enaia-pr-806 status
App
  Name     = enaia-pr-806          
  Owner    = enaia                 
  Version  = 0                     
  Status   = error                 
  Hostname = enaia-pr-806.fly.dev  

Instances
ID	PROCESS	VERSION	REGION	DESIRED	STATUS	HEALTH CHECKS	RESTARTS	CREATED 

Is it the expected behavior for apps under error status to not show up in the dashboard? (I’d expect them to still show up but with an error tag?)

Bumping this because we’ve been unable to resolve this issue. We’d appreciate some help on this. Thanks.