diff --git a/devservices/config.yml b/devservices/config.yml index 350486b256b855..262f51913b2a2b 100644 --- a/devservices/config.yml +++ b/devservices/config.yml @@ -116,6 +116,8 @@ x-sentry-service-config: description: Kafka consumer for processing issue occurrences ingest-feedback-events: description: Kafka consumer for processing user feedback events + ingest-replay-recordings: + description: Kafka consumer for processing ingested replay recordings # Monitor-related services monitors-clock-tick: description: Kafka consumer for monitor clock ticks @@ -217,6 +219,17 @@ x-sentry-service-config: post-process-forwarder-errors, post-process-forwarder-transactions, ] + replay: + [ + postgres, + snuba, + relay, + spotlight, + ingest-replay-recordings, + ingest-events, + ingest-transactions, + worker, + ] ingest: [ snuba, @@ -244,6 +257,7 @@ x-sentry-service-config: ingest-occurrences, ingest-profiles, ingest-transactions, + ingest-replay-recordings, monitors-clock-tasks, monitors-clock-tick, monitors-incident-occurrences, @@ -271,6 +285,7 @@ x-sentry-service-config: ingest-transactions, ingest-monitors, ingest-feedback-events, + ingest-replay-recordings, monitors-clock-tick, monitors-clock-tasks, monitors-incident-occurrences, @@ -336,6 +351,8 @@ x-programs: command: sentry run consumer post-process-forwarder-issue-platform --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset ingest-feedback-events: command: sentry run consumer ingest-feedback-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset + ingest-replay-recordings: + command: sentry run consumer ingest-replay-recordings --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset subscription-results-eap-items: command: sentry run consumer subscription-results-eap-items --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset metrics-subscription-results: