Telemetry
What kind of telemetry does phospho collect?
Phospho uses telemetry to report anonymous usage and error information. As an open-source software, this type of information is important to improve and understand how the product is used. This is done using PostHog and Sentry.
Why do we collect telemetry?
Anonymous telemetry information enables us to continuously improve the product and detect recurring problems to better serve all users. We collect aggregated information about general usage and errors. We do NOT collect any information on users’ data records, datasets, or metadata information. None of the data is shared with third parties. We want to be super transparent about this and you can find the exact data we collect by inspecting the code in the repo.
How can I opt-out?
You can opt-out by adding the flag --no-telemetry
to the uv run phosphobot run
command in the Makefile
.