diff options
author | 2025-02-23 10:28:41 +0100 | |
---|---|---|
committer | 2025-02-23 10:28:41 +0100 | |
commit | 35627a21481deb35cc299aa76abd5d3350ba5d58 (patch) | |
tree | 1840c7c047668223b3130ef237c8cd61065154e9 /pydis_site/settings.py | |
parent | Bump sentry-sdk from 2.20.0 to 2.22.0 (diff) |
Migrate to new tracing parameter
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 dcb37b54..e5ae7cbd 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -56,7 +56,7 @@ if not STATIC_BUILD: send_default_pii=True, release=f"site@{GIT_SHA}", profiles_sample_rate=1.0, - enable_tracing=True, + traces_sample_rate=1.0, enable_db_query_source=True, db_query_source_threshold_ms=100, # Queries slower that 100ms will include the source in the event ) |