Anonymous Telemetry
Reflex collects completely anonymous telemetry data about general usage. Participation in this anonymous program is optional, and you may opt-out if you'd not like to share any information.
What is being collected?
Telemetry allows us to understand how Reflex is used, what features are most important, and how we can improve the product.
The categories of data collected are: user_os
, cpu_count
, memory
, reflex_version
, and python_version
.
How to opt-out?
To disable telemetry, set telemetry_enabled = False
in your rxconfig.py
config = rx.Config(
app_name="hello",
bun_path="$HOME/.bun/bin/bun",
db_url="sqlite:///reflex.db",
telemetry_enabled=False,
)