Configuration
Telemetry Settings
Last updated Jun 23, 2026
Telemetry sends compile and error events to the Portal so you can track usage and diagnose problems.
By default, telemetry is enabled and command text is redacted to a SHA-256 hash. You can change this in pyvorin.toml:
[telemetry]
enabled = true
redact_commands = true
Source code is not uploaded. MAC addresses are hashed, and IP addresses are retained with limits. Disable telemetry if your organisation requires it, but note that support diagnostics may be harder without event history.