mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix: SOURCEBOT_TELEMETRY_DISABLED should be set as true in README (#304)
This commit is contained in:
parent
53a93081df
commit
31012fffe7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ To learn how to configure Sourcebot to index your own repos, please refer to our
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Sourcebot collects <a href="https://demo.sourcebot.dev/~/search?query=captureEvent%5C(%20repo%3Asourcebot">anonymous usage data</a> by default to help us improve the product. No sensitive data is collected, but if you'd like to disable this you can do so by setting the `SOURCEBOT_TELEMETRY_DISABLED` environment
|
> Sourcebot collects <a href="https://demo.sourcebot.dev/~/search?query=captureEvent%5C(%20repo%3Asourcebot">anonymous usage data</a> by default to help us improve the product. No sensitive data is collected, but if you'd like to disable this you can do so by setting the `SOURCEBOT_TELEMETRY_DISABLED` environment
|
||||||
> variable to `false`. Please refer to our [telemetry docs](https://docs.sourcebot.dev/self-hosting/overview#telemetry) for more information.
|
> variable to `true`. Please refer to our [telemetry docs](https://docs.sourcebot.dev/self-hosting/overview#telemetry) for more information.
|
||||||
|
|
||||||
# Build from source
|
# Build from source
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue