linting for sentry environment change basepy file

pull/16738/head
zeeshanrafiqrana 2023-12-08 03:24:50 +05:00
parent 89f6b3d69b
commit 0c371b0c16
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ def setup_sentry(hs: "HomeServer") -> None:
sentry_sdk.init(
dsn=hs.config.metrics.sentry_dsn,
release=SYNAPSE_VERSION,
environment=environment
environment=environment,
)
# We set some default tags that give some context to this instance