Skip to content

Commit 35627a2

Browse files
committed
Migrate to new tracing parameter
1 parent a346be6 commit 35627a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
send_default_pii=True,
5757
release=f"site@{GIT_SHA}",
5858
profiles_sample_rate=1.0,
59-
enable_tracing=True,
59+
traces_sample_rate=1.0,
6060
enable_db_query_source=True,
6161
db_query_source_threshold_ms=100, # Queries slower that 100ms will include the source in the event
6262
)

0 commit comments

Comments
 (0)