0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00

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

Fixup generated metrics config
This commit is contained in:
Erik Johnston 2019-02-20 14:13:38 +00:00 committed by GitHub
commit 82fca11fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
changelog.d/4694.feature Normal file
View file

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

View file

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