Skip to content

Telemetry

Nemi Shah edited this page Mar 21, 2023 · 16 revisions

To help us improve SuperTokens, we collect the following metrics:

WE DON'T COLLECT ANY END USER DATA

From the core

SuperTokens sends a periodic ping (every 24 hours) to our API with the SuperTokens core version and an anonymous ID stored in your database (only if you are NOT using the in memory db). This helps us know the number of users per core version.

You can disable it by:

Using Docker

Pass DISABLE_TELEMETRY=true as an env variable in the docker run command

Not using Docker

Set disable_telemetry: true in config.yaml.

From the backend SDK

The backend SDK sends your appName, apiDomain, websiteDomain, sdk version, the total number of users, user management dashboard version and the email of the user logged into the user management dashboard to our API (based on what you have provided in the config object). This helps us learn more about how SuperTokens is used, and helps us get in touch with users in case of important security updates.

You can disable it by:

The main initialisation function takes a boolean called telemetry. Set it to false.

Clone this wiki locally