We self host sentry and gitlab and would like to have sentry interact with gitlab.
The configuration and everything for gitlab worked, but on every commit we get an email telling us that sentry is unable to fetch the commit because of it can’t reach gitlab.
Unable to reach host: [gitlab.myorg.com](http://gitlab.myorg.com)
I already executed a ping from within the web docker container against gitlab.myorg.com and it works without problem.
Do you have another idea what the problem could be? (Is maybe the error messages misleading and it has to do something with access rights of the gitlab user?)
Yup, my bad. Confused this with the GitHub integration. Can you see the details of the request with debug logging to see if the secrets actually match or not?
Did you try removing and re adding the integration? I don’t know what the GitLab UI shows for enabling this integration? Does it ask you to copy/paste the secret token to somewhere?