Skip to content

Commit

Permalink
Remove send-kafka option
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Oct 18, 2024
1 parent 64e3558 commit 3e4b0ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2004,13 +2004,6 @@
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

# The flag activates whether to send group attributes messages to kafka
register(
"issues.group_attributes.send_kafka",
default=True,
flags=FLAG_MODIFIABLE_BOOL | FLAG_AUTOMATOR_MODIFIABLE,
)

# Enables statistical detectors for a project
register(
"statistical_detectors.enable",
Expand Down

0 comments on commit 3e4b0ba

Please sign in to comment.