uploadDiagnosticsData property
Configures whether diagnostics and telemetry data should be uploaded.
Enabling this option is beneficial for support purposes, as the telemetry data contains valuable insights that the Situm team can analyze to identify and resolve positioning issues more effectively.
Additionally, when beacons are correctly configured, battery level readings are included in the telemetry data. These readings can assist in monitoring beacon performance and proactively addressing potential hardware issues.
The default value is true
.
Note: Uploading diagnostics and telemetry data consumes network bandwidth. Developers should carefully consider the application's context and user preferences before disabling this feature.
Implementation
final bool? uploadDiagnosticsData;