Skip to content

Commit

Permalink
feat(runner): add ingest-feedback-events topic to devserver (#67364)
Browse files Browse the repository at this point in the history
Adding a new topic to sentry local devservers. This is yet to be tested
in prod, currently feedbacks are still ingested through ingest-events.
See #66484
  • Loading branch information
aliu3ntry committed Mar 20, 2024
1 parent a46c9d8 commit 551af0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/runner/commands/devserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def devserver(
kafka_consumers.add("ingest-attachments")
kafka_consumers.add("ingest-transactions")
kafka_consumers.add("ingest-monitors")
kafka_consumers.add("ingest-feedback-events")

if settings.SENTRY_USE_PROFILING:
kafka_consumers.add("ingest-profiles")
Expand Down

0 comments on commit 551af0d

Please sign in to comment.