Telemetry
Learn about Wraps CLI telemetry and how to opt out.
Wraps CLI collects anonymous usage data to help us improve the product. Your privacy is important to us.
We never collect personal information, domain names, AWS credentials, email content, or any data that could identify you or your users. Telemetry is completely optional and can be disabled at any time.
Which CLI commands are used and whether they succeed or fail. This helps us prioritize bug fixes and improvements.
The version of the Wraps CLI being used. This helps us understand adoption of new releases.
The platform (macOS, Linux, Windows) and Node.js version. This helps us ensure compatibility.
When errors occur, we collect the error code (not the message) to help identify common issues.
You can disable telemetry at any time using any of these methods:
Disable telemetry using the CLI:
npx @wraps.dev/cli telemetry disableRe-enable telemetry:
npx @wraps.dev/cli telemetry enableSet the Wraps-specific environment variable:
export WRAPS_TELEMETRY_DISABLED=1Or use the universal DO_NOT_TRACK standard:
export DO_NOT_TRACK=1View your current telemetry settings:
npx @wraps.dev/cli telemetryTelemetry is automatically disabled in certain environments to respect your privacy and avoid noise in automated pipelines:
Want to see exactly what telemetry data would be sent? Enable debug mode to inspect events without sending them:
WRAPS_TELEMETRY_DEBUG=1 npx @wraps.dev/cli email initThis will print the telemetry event to the console instead of sending it, so you can verify exactly what data would be collected.
Telemetry data is sent to our servers at wraps.dev and stored in aggregate form. We do not share this data with third parties.
A random anonymous ID is generated locally and stored in your config file (~/.wraps/telemetry.json). This ID is used only to correlate events from the same installation and cannot be traced back to you.
Telemetry data is retained for 90 days in raw form, then aggregated into anonymous statistics.
As a small team building open-source tools, telemetry helps us:
We deeply appreciate users who leave telemetry enabled. It directly helps us make Wraps better for everyone.
Complete reference for all Wraps CLI commands.
View CLI DocsNew to Wraps? Start with our quickstart guide.
Get StartedIf you have concerns about telemetry or data privacy, we'd love to hear from you.
Contact Us