How it works Hooks, git notes, the open standard Toolkit Live · Burndown · Menubar · CLI Coach Personal AI Usage Coach — local-first DORA Roadmap Now · Next · Later · Exploring Pair with Microsoft Copilot The outcome layer for your Copilot Power BI Compare vs git-ai, DX, LinearB, Faros Whitepaper A framework for AI code observability Pricing

CLI Telemetry Privacy

What the Iria Monitor command-line tool collects and how we handle it.

What we collect

When you opt in during first-run setup, the CLI sends anonymous error reports containing:

  • CLI version, operating system, and Python version
  • Error messages and stack traces (sanitized — file paths and secrets are stripped)
  • Command name and exit code
  • A hashed installation identifier (SHA-256 of a local UUID — not reversible to your identity)

What we do NOT collect

The CLI never sends:

  • Source code, prompts, file contents, or diffs
  • Git commit data, branch names, or repository URLs
  • Personal information (name, email, IP address)
  • AI-generated code or conversation transcripts

How data is processed

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.

Legal basis

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.

Data retention

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.

How to opt out

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.

Data deletion requests

To request deletion of telemetry data associated with your installation, contact us at hello@iria.tech.

Changes to this policy

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.