Telemetry
Telemetry in Novu encompasses the collection of data regarding user interactions with the platform. This data enables the Novu team to identify usage patterns, troubleshoot issues, and make informed decisions about new features and improvements.
Data collected by Novu
Novu does not capture any data from your APIs, databases, or third-party tools. All information collected from self-hosted instances is completely anonymized to protect user privacy.
Keep Alive Beacon
The Novu server sends a keep-alive ping every hour to confirm its operational status without errors. This data is collected regardless of whether telemetry is enabled or disabled.
Usage Statistics
When telemetry is enabled, the server collects anonymous information regarding users, organizations, events, notifications, and more. This data provides insights into platform usage and helps us improve the Novu Project for all users.
Disable telemetry
Sharing telemetry data is optional. You can disable telemetry via the Admin Settings or by modifying the relevant environment variable.
Environment variable
To disable telemetry using the NOVU_TELEMETRY
environment variable, follow these steps:
- Go to the directory where the .env file is located.
- Open the file in an editor and search for
NOVU_TELEMETRY
. - Change the value of
NOVU_TELEMETRY
tofalse
. - Restart the Docker container.
Once the container restarts, Novu will be running with telemetry disabled.
Was this page helpful?