summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-20 14:13:38 +0000
committerGitHub <noreply@github.com>2019-02-20 14:13:38 +0000
commit82fca11fc1baecb002475d1d360b98bbb5a96ca0 (patch)
tree57c375833c52cf0ac556178139223d5e0d2bc736 /synapse
parentAdd metrics for number of outgoing EDUs, by type (#4695) (diff)
parentNewsfile (diff)
downloadsynapse-82fca11fc1baecb002475d1d360b98bbb5a96ca0.tar.xz
Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format
Fixup generated metrics config
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/metrics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py
index 8be19d94c4..ed0498c634 100644
--- a/synapse/config/metrics.py
+++ b/synapse/config/metrics.py
@@ -59,6 +59,8 @@ class MetricsConfig(Config):
         #
         #sentry:
         #    dsn: "..."
+
+        # Whether or not to report anonymized homeserver usage statistics.
         """
 
         if report_stats is None: