Skip to content

Commit

Permalink
fix(deps): Add missing snuba consumer dependencies to Sentry (getsent…
Browse files Browse the repository at this point in the history
…ry#862)

These were looked over when they were added. This is not a big deal as running `docker-compose up -d` spins up all services but this fix is for correctness sake, especially for folks using this repo as a basis for more complex setups.
  • Loading branch information
BYK authored Feb 15, 2021
1 parent f9ab3e0 commit 4d70217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ x-sentry-defaults: &sentry_defaults
- snuba-outcomes-consumer
- snuba-sessions-consumer
- snuba-transactions-consumer
- snuba-subscription-consumer-events
- snuba-subscription-consumer-transactions
- snuba-replacer
- symbolicator
- kafka
Expand Down

0 comments on commit 4d70217

Please sign in to comment.