It’s super cool that Sentry 10 is available now. Big thanks for the new release!
Will there be an official Docker image like for version 9 or is cloning the repo and building the docker image the only way to run Sentry in version 10?
I’m using Docker in Swarm Mode, but the customizations for version 10 are a bit tricky. Do I need to build the cleanup services for sentry, snuba and symbolicator? Because they don’t have pre-build images, right?
Is it still possible to use the following ENV variables to configure the container?
The cleanup images are bit tricky. The main reason we have them is docker-compose offering no way for scheduled runs (otherwise they are simply scheduled command runs on existing container images). Kubernetes for instance offers scheduled runs, making those containers obsolete. I did a quick Google search for a similar functionality on Docker Swarm and couldn’t find anything so you may have to build them yourself.
You just pick one and stick to that. All of them are the same in terms of stability as they are being deployed to sentry.io continuously. Any bad commits are very quickly reverted or fixed.
it would be really great to get some more “stability commitment” because “picking one” can lead to a bad one with errors and then a deep review of all changes before and after it to see if it got fixed … or just using latest then leads to risk for other problems again
@Apollon77 - the stability commitment is that the code you are using being battle-tested with our extensive test suite and being used and tested on sentry.io. It really doesn’t make much sense to pick a specific SHA and then try to shine it because it is a constantly moving and improving target. There won’t be any time with a 100% bug-free version of Sentry. The best thing one can do is to make sure you can get the newest version easily when you notice a bug and it gets fixed.
is there a chance that the CHangelog gets updated at least from time to time to see features or change in it? or will this be published on “release tag timepoint” like the 10.0?