Skip to content

Commit 251f83b

Browse files
committed
[Docs] Usage tracking
1 parent dceaba4 commit 251f83b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/docs/tutorial/tracking.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
tracking: 11
3+
---
4+
5+
# Tracking
6+
7+
:::tip
8+
ToolJet does not store any data fetched from the datasources. ToolJet acts as a proxy and the data from datasources is sent to the client application without storing.
9+
:::
10+
11+
## Server
12+
13+
:::tip
14+
Self-hosted version of ToolJet pings our server to fetch latest product updates every 24 hours. You can disable this by setting the value of `CHECK_FOR_UPDATES` environment variable to `0`. This feature is enabled by default.
15+
:::
16+
17+
## Client
18+
19+
ToolJet tracks anonymous usage data such as page loads and clicks. ToolJet tracks only the events and doesn't capture data from datasources.
20+
21+
Tracking can be disabled by setting the value environment variable `ENABLE_TRACKING` to `0`.

0 commit comments

Comments
 (0)