Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format
Fixup generated metrics config
This commit is contained in:
commit
82fca11fc1
|
@ -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…
Reference in New Issue