sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Unable to fetch commits

Open e-jjj opened this issue 3 years ago • 0 comments

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 ? Screen Shot 2022-08-24 at 12 18 50 am

Thanks!

e-jjj avatar Aug 23 '22 14:08 e-jjj