Skip to content

Commit 0b450e0

Browse files
Update configuration.md
1 parent 2e30b14 commit 0b450e0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

installation/configuration.md

+30
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,33 @@ Run the following command from your Leantime installation directory to manually
253253
You can also trigger the cron job by calling the following endpoint in your browser or from a scheduling tool:
254254

255255
Call `<<yourdomain>>/cron/run`
256+
257+
## Telemetry
258+
259+
Telemetry data optionally shared from your Leantime servers is used to identify help improve the quality of Leantime software and related services, and to make design decisions for future releases.
260+
261+
Telemetry data is encrypted in transit, does not include personally identifiable information or message contents, and details of how the information is used and processed is available here.
262+
263+
The data we collect is anonymized and only contains aggregate data from your instance. The data we collect is:
264+
265+
date - the date of the collection
266+
companyId - A UUID for this instance.
267+
version - The current leantime version
268+
language - The language as set in the config file
269+
numUsers - The number of users
270+
lastUserLogin - The last login of any user
271+
numProjects - The total number of projects
272+
numClients - Total number of clients
273+
numComments - Total number of comments
274+
numMilestones - Total number of milestones
275+
numTickets - Total number of To-Dos
276+
numBoards - Total number of boards across ideas, retrospectives & research boards
277+
numIdeaItems - Total number of ideas across all boards
278+
numResearchItems - Total number of cards in research boards
279+
numRetroItems - Total number of cards in retrospective boards
280+
numHoursBooked - Total number of hours booked in timesheets
281+
We do not collect any personal identifieble information or anything that would allow us to identify the company using leantime (not even company name). IP addresses, locations or any other server information that might be sent is also not stored anywhere.
282+
283+
To opt out of telemetry you can set the `LEAN_ALLOW_TELEMETRY` to `false`. This will disable the telemetry submission and remove your unique instance id.
284+
285+
We appreciate your support in helping us!

0 commit comments

Comments
 (0)