forked from MirrorHub/synapse
Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format
Fixup generated metrics config
This commit is contained in:
commit
82fca11fc1
2 changed files with 3 additions and 0 deletions
1
changelog.d/4694.feature
Normal file
1
changelog.d/4694.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add basic optional sentry integration
|
|
@ -59,6 +59,8 @@ class MetricsConfig(Config):
|
||||||
#
|
#
|
||||||
#sentry:
|
#sentry:
|
||||||
# dsn: "..."
|
# dsn: "..."
|
||||||
|
|
||||||
|
# Whether or not to report anonymized homeserver usage statistics.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if report_stats is None:
|
if report_stats is None:
|
||||||
|
|
Loading…
Reference in a new issue