# Client debug data

Client debug data is not intended to be enabled at all times. It can help in error or support situations where extra data is required from the client, in order to understand the state of the application during operations.

By default, this feature is disabled. To enable the feature, you have to enable it in the application configuration. See CLIENT_DEBUG_DATA_ENABLED_OS_TYPES in our application configuration documentation for more details.

Regardless of whether sending debug data is enabled on the server, the end-user can always turn off sending debug data in the EncapConfig in the app. They can do this by setting allowDebugData to false. This is set to true by default.

In order for data to be sent, the feature has to be enabled both in the application configuration, and in the app's EncapConfig.

For complete list of the data that is collected by this feature, see the Client debug data page in our appendices.

Last updated: 11/04/2024 07:47 UTC