forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📚 Add telemetry docs (airbytehq#33757)
- Loading branch information
1 parent
f4d86ca
commit 8646673
Showing
4 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
products: all | ||
--- | ||
|
||
import Tabs from "@theme/Tabs"; | ||
import TabItem from "@theme/TabItem"; | ||
|
||
# Telemetry | ||
|
||
Airbyte collects telemetry data in the UI and the servers to help us understand users and their use-cases better to improve the product. | ||
|
||
Also check our [privacy policy](https://airbyte.com/privacy-policy) for more details. | ||
|
||
<Tabs groupId="cloud-hosted"> | ||
<TabItem value="self-managed" label="Self Managed"> | ||
To disable telemetry for your instance, modify the `.env` file and define the following environment variable: | ||
|
||
``` | ||
TRACKING_STRATEGY=logging | ||
``` | ||
</TabItem> | ||
<TabItem value="cloud" label="Cloud"> | ||
When visiting the webapp or our homepage the first time, you'll be asked for your consent to | ||
telemetry collection depending on the legal requirements of your location. | ||
|
||
To change this later go to **Settings** > **User Settings** > **Cookie Preferences** or **Cookie Preferences** in the footer of our [homepage](https://airbyte.com). | ||
|
||
Server side telemetry collection can't be changed using Airbyte Cloud. | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters