Telemetry

class Telemetry

Telemetry options.

Members defined in Telemetry (2 members)

crash_reports

RW

Whether Syside should automatically send crash reports back to Sensmetry or not.

__init__

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