Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
linting for sentry environment change basepy file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanrafiqrana committed Dec 7, 2023
1 parent 89f6b3d commit 0c371b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/app/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c371b0

Please sign in to comment.