aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-21 16:52:55 +0200
committerGravatar GitHub <[email protected]>2020-12-21 16:52:55 +0200
commitad6d901a8d2713107d8adf99a9545984106a0683 (patch)
tree58f4f1ac0d26fb180a6caad4533e2d0b1e31a85d /pydis_site/settings.py
parentChange pydis-site to site in workflow (diff)
Change pydis-site to site in Sentry SDK initialization
Diffstat (limited to '')
-rw-r--r--pydis_site/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 449a343f..9b840406 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -35,7 +35,7 @@ sentry_sdk.init(
dsn=env('SITE_DSN'),
integrations=[DjangoIntegration()],
send_default_pii=True,
- release=f"pydis-site@{GIT_SHA}"
+ release=f"site@{GIT_SHA}"
)
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)