IBI-aws MobileClient

sendErrorLogs

Available from version

1.8.0

Necessity

optional

Value type

boolean value

Description

Specifies whether anonymized error logs can be collected and sent

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "sendErrorLogs",
    "valueBool": true
  }
]

iOS

XML
<key>sendErrorLogs</key>
<true/>
XML
<key>sendErrorLogs</key>
<false/>