aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 61713c5c..ec8efac3 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -54,7 +54,8 @@ if not STATIC_BUILD:
dsn=env('SITE_DSN'),
integrations=[DjangoIntegration(), LoggingIntegration(level=logging.DEBUG, event_level=logging.ERROR)],
send_default_pii=True,
- release=f"site@{GIT_SHA}"
+ release=f"site@{GIT_SHA}",
+ profiles_sample_rate=0.5,
)
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)