diff --git a/pombola/settings/base.py b/pombola/settings/base.py index f3298cde6..52b387b39 100644 --- a/pombola/settings/base.py +++ b/pombola/settings/base.py @@ -724,6 +724,7 @@ def before_send(event, hint): integrations=[DjangoIntegration()], before_send=before_send, traces_sample_rate=os.environ.get("SENTRY_TRACES_SAMPLE_RATE", 0.01), + profiles_sample_rate=os.environ.get("SENTRY_PROFILES_SAMPLE_RATE", 1), # Associate users to errors send_default_pii=True )