Skip to content

v0.2.2 - Anonymous Telemetry

Choose a tag to compare

@MillerSpil MillerSpil released this 13 Feb 20:29
· 5 commits to main since this release

What's New

Anonymous Telemetry

The panel now collects anonymous usage statistics to help understand how Deployy is being used in the wild. No personal data is collected - just version info, server counts, and system specs.

  • Pings on every panel startup and every 24 hours
  • Tracks: version, OS, architecture, deployment method, server counts by game, feature usage, system specs
  • Random install ID (UUID) - not tied to any user or account
  • No PII: no IPs, emails, usernames, server names, or file paths

Opt-Out

Telemetry can be disabled in two ways:

  • Panel Settings → toggle off "Anonymous telemetry"
  • Environment variableTELEMETRY_ENABLED=false in your .env

Other Changes

  • Docker containers now properly identified in telemetry via DOCKER_CONTAINER env var
  • Version bumped to v0.2.2 across all packages