Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format

Fixup generated metrics config
pull/14/head
Erik Johnston 6 years ago committed by GitHub
commit 82fca11fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/4694.feature
  2. 2
      synapse/config/metrics.py

@ -0,0 +1 @@
Add basic optional sentry integration

@ -59,6 +59,8 @@ class MetricsConfig(Config):
#
#sentry:
# dsn: "..."
# Whether or not to report anonymized homeserver usage statistics.
"""
if report_stats is None:

Loading…
Cancel
Save