diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 83fe144..b1d5a8d 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -301,6 +301,7 @@ SENTRY_FEATURES.update( "organizations:metrics-extraction", "organizations:transaction-metrics-extraction", "organizations:trace-view-v1", + "organizations:dynamic-sampling", "projects:custom-inbound-filters", "projects:data-forwarding", "projects:discard-groups",