Self-Hosted Troubleshooting
Please keep in mind that the self-hosted repository is geared towards low traffic loads (less than ~1 million submitted Sentry events per month). Folks needing larger setups or having event spikes can expand from here based on their specific needs and environments. If this is not your cup of tea, you are always welcome to try out hosted Sentry.
You can see the logs of each service by running docker compose logs <service_name>
. You can use the -f
flag to "follow" the logs as they come in, and use the -t
flag for timestamps. If you don't pass any service names, you will get the logs for all running services. See the reference for the logs command for more info.
Visit the following pages for troubleshooting guides for each component:
If you are still stuck, you can always visit our GitHub issues to search for existing issues or create a new issue and ask for help. You can also visit Sentry Community Discord server on #self-hosted channel. Please keep in mind that we expect the community to help itself, but Sentry employees also try to monitor and answer questions when they have time.
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").