#No Diagnostics Data collected from Unity 6.2

1 messages · Page 1 of 1 (latest)

distant mauve
#

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.

timber sierra
#

Have you thrown an exception as a test?

distant mauve
#

A lot of various exceptions have been happening while developing in the Editor, but that might not show up in there of cause

#

throw new UnityException("Test Crash Reporting");

Put in this now and do a build and try to start the game

timber sierra
#

Also is looks like the Analytics package updated to 6.1.1 a few days ago. Make sure you are up to date

distant mauve
distant mauve
#

Maybe it's because the new system is "wiser" in terms of what an issue is? But ok, just threw an exception, which it should show.

But some data is collected, because I can see the versions in the dropdown in there for the versions that I have upgraded to 6.2

#

And all the old version numbers are not in that list, so it's clearly coming from the new system

#

Also setup in the Dashboard:

timber sierra
#

It could be some kind of issue when updating from older versions of Unity. Might want to open a Support Ticket in the Dashboard

distant mauve
distant mauve
#

Created a ticket now...lets see what they say

distant mauve
#

Ok haven't heard anything on the ticket yet, but suddenly data shows up