summary refs log tree commit diff
path: root/synapse/config/metrics.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-02-20 14:24:17 +0000
committerRichard van der Hoff <richard@matrix.org>2019-02-20 14:24:17 +0000
commit68af15637b1787d336aaa470a0e06ef7565e3593 (patch)
treed03c8ddc98163bcf3b22d5796abb0727b857c666 /synapse/config/metrics.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentMerge pull request #4694 from matrix-org/erikj/fix_sentry_config_format (diff)
downloadsynapse-68af15637b1787d336aaa470a0e06ef7565e3593.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/metrics.py')
-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: