Symptoms:
I can’t see exceptions in Unity Cloud Diagnostics after modifying the logging level
Cause:
A change in the logging architecture caused Crashes and Exceptions to be not sent to Cloud Diagnostics if you set up the Debug.unityLogger.LogEnabled to false.
Resolution:
In order to allow Crashes and Exceptions to be sent to Unity Cloud Diagnostics Debug.unityLogger.logEnabled is required to be set to true and set the filterLogType to LogType.Exceptions.
More information: