On my Dashboard I keep seeing this.
Yes, Diagnostics Data is enabled in the Unity Project.
Yes, Diagnostics Data have been configured in the Unity Dashboard -> Game -> Settings to collect all the different types of data for now
Yes, I do collect and set Consent for Analytics:
EndUserConsent.SetConsentState(new ConsentState()
{
AnalyticsIntent = ConsentStatus.Granted,
});
I just keep seeing "There are no issues for this project." for days now. Have ran the build version of the game many times.
What am I missing?
Under the new Diagnostics in the Unity Dashboard, I do see data under Sessions, Logs, Performance but nothing under Issues.