You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/configuration.md
+30
Original file line number
Diff line number
Diff line change
@@ -253,3 +253,33 @@ Run the following command from your Leantime installation directory to manually
253
253
You can also trigger the cron job by calling the following endpoint in your browser or from a scheduling tool:
254
254
255
255
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.
0 commit comments