Unable to fetch commits
Hi There,
I'm setting up releases in the sentry.rb initialiser in rails following the documentation, https://docs.sentry.io/platforms/ruby/configuration/releases/#setting-a-release
The format i use in the release config is,
config.release = app_name@app_version
I can see the release being created under Releases in the sentry web portal (self hosted), however the commits tab doesn't show any data. I made sure the repository integration is set up and working between sentry and gitlab (attached is a screen shot from the repository showing the status of the push events). Followed the documentation, https://docs.sentry.io/product/releases/setup/release-automation/
As far as I understand I shouldn't need to sent commit data manually (via the sentry-cli) since the repository integration is in place. Can you please confirm this is the case and if I'm missing anything to have the commit data in sentry under the release ?

Thanks!