URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/WebGLExceptionSupport.html
er_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});Options for Exception support in WebGL.
| Property | Description |
|---|---|
| None | Disable exception support. |
| ExplicitlyThrownExceptionsOnly | Enable throw support. |
| FullWithoutStacktrace | Enable exception support for all exceptions, without stack trace information. |
| FullWithStacktrace | Enable exception support for all exceptions, including stack trace information. |