-
Notifications
You must be signed in to change notification settings - Fork 549
Telemetry
To help us improve SuperTokens, we collect the following metrics:
WE DON'T COLLECT ANY END USER DATA
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.
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.
The backend SDK sends your appName
and websiteDomain
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.
The main initialisation function takes a boolean called telemetry
. Set it to false
.