From e5dc5179f2754862ba74fc681bd1e6210ba7b1da Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu39@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:32:26 -0700 Subject: [PATCH] Revert "ref(feedback): cleanup topic rollout option (#3256)" This reverts commit d64f72fafaf5937636df29fd108d471c63671aeb. --- sentry/sentry.conf.example.py | 4 ++++ 1 file changed, 4 insertions(+) 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 # #######################