AbsoluteJS

absolute telemetry

Manage anonymous usage telemetry.

#Usage

BASH
# Check telemetry status
absolute telemetry

# Disable telemetry
absolute telemetry off

# Enable telemetry
absolute telemetry on

#What Is Collected

AbsoluteJS collects anonymous usage data to help improve the framework. No personal data, source code, or project details are ever collected.

CLI commands usedwhich commands are run (dev, start, compile)
Build metricsbuild duration and which frameworks are used
Error typeswhat kind of errors occur (not the error content)

#Opting Out

Telemetry can be disabled at any time:

BASH
absolute telemetry off

You can also set the TELEMETRY_OFF=1 environment variable to disable telemetry without running the command.