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 theNOVU_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.