What the Iria Monitor command-line tool collects and how we handle it.
When you opt in during first-run setup, the CLI sends anonymous error reports containing:
The CLI never sends:
Before leaving your machine, every event is sanitized: file paths are removed, tokens and secrets are redacted, and your installation ID is hashed with SHA-256. The server receives only the sanitized payload — it cannot reconstruct your file system layout or identify you personally.
We rely on your explicit consent (GDPR Art. 6.1.a). Telemetry is off by default. During first-run setup, the CLI asks whether you want to opt in. If you decline, no data is sent and no local events are recorded going forward.
On your machine: unsent events are automatically deleted after 7 days. If you decline consent, all local data is purged immediately.
On our servers: telemetry data is retained for 90 days, then permanently deleted.
You can disable telemetry at any time by running:
iria-monitor config set telemetry_enabled false
This stops both local recording and server transmission immediately.
To request deletion of telemetry data associated with your installation, contact us at hello@iria.tech.
We may update this page to reflect changes in what we collect or how we process it. Each telemetry payload includes the CLI version, so we know which version of this policy was in effect when you consented.