diff --git a/content/introduction/telemetry.md b/content/introduction/telemetry.md index 930f8c6f9..86c720d55 100644 --- a/content/introduction/telemetry.md +++ b/content/introduction/telemetry.md @@ -11,7 +11,7 @@ menu: --- -At Camunda, we strive to offer an excellent user experience at a high and stable level. On a strict opt-in basis, we are looking to collect environment and usage data to further improve the user experience for you. These insights help us to understand typical environment setups and product usage patterns and will be used to make informed product improvement decisions to your benefit. +At Camunda, we strive to offer an excellent user experience at a high and stable level. On a strict opt-in basis, we are looking to collect environment and usage data to further improve the user experience for you. These insights help us to understand typical environment setups and product usage patterns and will be used to make informed product improvement decisions to your benefit. Since Camunda 7.21, reporting telemetry data is disabled by default. ## Design diff --git a/content/reference/deployment-descriptors/tags/process-engine.md b/content/reference/deployment-descriptors/tags/process-engine.md index 8e81eadcc..53300c0a6 100644 --- a/content/reference/deployment-descriptors/tags/process-engine.md +++ b/content/reference/deployment-descriptors/tags/process-engine.md @@ -894,9 +894,13 @@ The following is a list with the most commonly used process engine configuration
initializeTelemetry
Sets the initial property value of telemetry configuration only once when it has never been enabled/disabled before. If enabled, information about the setup and usage of the process engine is sent to remote Camunda servers for the sake of analytical evaluation. It can be enabled/disabled later via Java/{{< restref page="configureTelemetry" text="REST" tag="Telemetry" >}} API. +
Sets the initial property value of telemetry configuration only once when it has never been enabled/disabled before. If enabled, information about the setup and usage of the process engine is sent to remote Camunda servers for the sake of analytical evaluation. It can be enabled/disabled later via + }}">Java API, REST API, and Admin web application.
For more information and a complete list of the data that is collected, please check the }}">Telemetry page. +
+ Default value:false
+