From d64f72fafaf5937636df29fd108d471c63671aeb Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu39@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:05:26 -0700 Subject: [PATCH] ref(feedback): cleanup topic rollout option (#3256) --- 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 a200124f83..f20c4efdcb 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 # #######################