aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-08-22 16:33:47 +0200
committerTeryk Bellahsene <teryk@users.noreply.github.com>2017-08-30 16:24:53 +0200
commit5c2b4dc4c2467df7885b05f497b7f006c5a23ded (patch)
tree0a47c8d09c39882c2f7bbb37dee40368f12e334d /sonar-application/src
parent6d6359057ee0e992780f51b9e6b42faa76075c6a (diff)
downloadsonarqube-5c2b4dc4c2467df7885b05f497b7f006c5a23ded.tar.gz
sonarqube-5c2b4dc4c2467df7885b05f497b7f006c5a23ded.zip
SONAR-9721 Opt-out of telemetry with a property
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index dbc2994af1b..4b5de0da3ec 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -342,6 +342,12 @@
#sonar.path.data=data
#sonar.path.temp=temp
+# Telemetry - Share anonymous SonarQube statistics
+# By sharing anonymous SonarQube statistics, you help us understand how SonarQube is used so we can improve the product to work even better for you.
+# We don't collect source code or IP addresses. And we don't share the data with anyone else.
+# To see an example of the data shared: login as a global administrator, call the WS api/system/info and check the Statistics field.
+#sonar.telemetry.enable=true
+
#--------------------------------------------------------------------------------------------------
# DEVELOPMENT - only for developers