Telemetry
Learn how Flowise collects anonymous app usage information
Flowise open source repository has a built-in telemetry that collects anonymous usage information. This helps us to better understand usage of Flowise, enabling us to prioritize our efforts towards developing new features and resolving issues, and enhancing the performance and stability of Flowise.
Important - We never collect any confidential information about the node input/output, messages, or any sort of credentials and variables. Only events are being sent.
You can verify these claims by finding all locations telemetry.sendTelemetry
is called from the source code.
Event | Metadata |
---|---|
chatflow_created | |
tool_created | |
assistant_created | |
vector_upserted | |
prediction_sent |
Disable Telemetry
Users can disable telemetry by setting DISABLE_FLOWISE_TELEMETRY
to true
in .env
file.
Last updated