From 9dc7a6fdea9f13bb6bed3bf12bea7798e2d537e1 Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu39@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:01:23 -0700 Subject: [PATCH] ref(feedback): cleanup topic rollout option --- sentry/sentry.conf.example.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index a200124f833..f20c4efdcb6 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -325,10 +325,6 @@ 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 # #######################