Skip to content

Telemetry

Rishabh Poddar edited this page Feb 9, 2021 · 15 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 indicating that the server is alive. This helps us know when to deprecate unused SuperTokens core versions.

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 driver

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.

You can disable it by:

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


More information about this can be found: