mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format
Fixup generated metrics config
This commit is contained in:
commit
82fca11fc1
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 New Issue
Block a user