Skip to content

Commit 9b815ac

Browse files
authored
Revert "ref(feedback): cleanup topic rollout option" (#3262)
Revert "ref(feedback): cleanup topic rollout option (#3256)" This reverts commit d64f72f.
1 parent d64f72f commit 9b815ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sentry/sentry.conf.example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ def get_internal_network():
325325
}
326326
)
327327

328+
# Temporary flag to mark User Feedback to be produced to the dedicated feedback topic by relay.
329+
# This will be removed at a later time after it's considered stable and fully rolled out.
330+
SENTRY_OPTIONS["feedback.ingest-topic.rollout-rate"] = 1.0
331+
328332
#######################
329333
# MaxMind Integration #
330334
#######################

0 commit comments

Comments
 (0)