Browse Source

ref: Cleanup killswitches (#39991)

The `kafka.send-project-transactions-to-new-topic` killswitch no longer
exists
Lyn Nagara 2 years ago
parent
commit
8c1d50839d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/sentry/killswitches.py

+ 0 - 7
src/sentry/killswitches.py

@@ -182,13 +182,6 @@ ALL_KILLSWITCH_OPTIONS = {
             "message_type": "message type to randomly partition",
         },
     ),
-    "kafka.send-project-transactions-to-new-topic": KillswitchInfo(
-        description="""
-        Temporary killswitch for rolling out events/transactions split to a subset of projects first
-        The new topic is hardcoded to "transactions".
-        """,
-        fields={"project_id": "project ID to send to the new `transactions` topic"},
-    ),
     "relay.drop-transaction-metrics": KillswitchInfo(
         description="""
         Tell Relay via project config to stop extracting metrics from transactions.