From 3d672fec51ac2606625e7fe1b5e8a6a9bde66734 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 20 Feb 2019 13:21:44 +0000 Subject: [PATCH] Fixup generated metrics config --- synapse/config/metrics.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py index 35f1074765..f7833053ba 100644 --- a/synapse/config/metrics.py +++ b/synapse/config/metrics.py @@ -57,6 +57,8 @@ class MetricsConfig(Config): # through insecure notification channels if so configured. #sentry: # dsn: "..." + + # Whether or not to report anonymized homeserver usage statistics. """ if report_stats is None: