Telemetry
- class Telemetry
Telemetry options.
Members defined in
Telemetry(2 members)
RWWhether Syside should automatically send crash reports back to Sensmetry or not.
Attributes
- property crash_reports: syside.conf.CrashTelemAction | None
Whether Syside should automatically send crash reports back to Sensmetry or not.
When declared in a configuration file, this only takes effect after the configuration file is parsed. If you want to ensure consistent behaviour, consider passing this through CLI.
Automatic sending can be disabled by setting this to
"ignore". For more information refer to Telemetry.
Methods
- __init__() None