diff options
author | 2020-12-21 14:55:33 +0000 | |
---|---|---|
committer | 2020-12-21 14:55:33 +0000 | |
commit | 36dc58008181944ff78b85f9ac64b7b3e089b10c (patch) | |
tree | 58f4f1ac0d26fb180a6caad4533e2d0b1e31a85d /pydis_site/settings.py | |
parent | Merge pull request #438 from python-discord/metricity-temp-fix (diff) | |
parent | Change pydis-site to site in Sentry SDK initialization (diff) |
Merge pull request #439 from python-discord/ks123/sentry
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
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, ...) |