Skip to main content

TELEMETRY_INFO

Constant TELEMETRY_INFO 

Source
pub const TELEMETRY_INFO: &str = r#"
Chasm collects anonymous usage data to help improve the product.

WHAT WE COLLECT:
  • Commands used (e.g., 'harvest', 'merge', 'export')
  • Provider types detected (e.g., 'copilot', 'cursor', 'ollama')
  • Session counts (numbers only, no content)
  • Error types (no personal details or file paths)
  • Anonymous installation ID (randomly generated UUID)

WHAT WE DO NOT COLLECT:
  • Chat messages or content
  • File paths or project names
  • Personal information
  • API keys or credentials
  • IP addresses (beyond what's needed for HTTPS)

Your installation ID: {installation_id}
Status: {status}

Manage your preference:
  chasm telemetry opt-in   - Enable data collection (default)
  chasm telemetry opt-out  - Disable data collection
  chasm telemetry reset    - Generate new anonymous ID
"#;
Expand description

What data is collected (for user information)