Skip to content

Commit

Permalink
sample 1% of transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Sep 15, 2024
1 parent 5c950df commit e267e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pennclubs/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
integrations=[DjangoIntegration(cache_spans=True)],
send_default_pii=False,
enable_tracing=True,
traces_sample_rate=0.05,
traces_sample_rate=0.01,
profiles_sample_rate=1.0,
)

Expand Down

0 comments on commit e267e94

Please sign in to comment.