Hubert Deng
Hubert Deng
Thanks for the info. We'll keep this on our backlog for now
Have you double checked to ensure that the your app has the correct bot permissions? Bot Scopes: ``` channels:read chat:write chat:write.customize chat:write.public commands groups:read im:history im:read links:read links:write team:read users:read...
No more ideas here, sorry! I wish you luck in figuring out what might be going wrong here
Hmmm, not entirely sure. Could you set the `SENTRY_LOG_LEVEL` to info or debug? Wondering if that might give us more info
It looks like your `sentry.conf.py` file is malformed, you'll need to tweak it to make sure your spaces/commas are appropriately added. What does it look like?
Should be addressed in https://github.com/getsentry/self-hosted/pull/2861
This effort looks like it goes hand in hand with https://github.com/getsentry/self-hosted/issues/1763
Thanks for bringing this up. We seem to be seeing this as well, but will need to take time to investigate. Going to backlog this.
Super good find @le0pard, if that's the case we should revert the change that was introduced above.
@chris-laack @mkhon @linsomniac Could you try changing your docker compose healthcheck for kafka to ``` test: ["CMD-SHELL", "nc -z localhost 9092"] ```