diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index f20c4efdcb..a200124f83 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -325,6 +325,10 @@ def get_internal_network(): } ) +# Temporary flag to mark User Feedback to be produced to the dedicated feedback topic by relay. +# This will be removed at a later time after it's considered stable and fully rolled out. +SENTRY_OPTIONS["feedback.ingest-topic.rollout-rate"] = 1.0 + ####################### # MaxMind Integration # #######################