getsentry / sentry-netlify-build-plugin

The Sentry Netlify build plugin automatically notifies Sentry of new releases being deployed to your site.
Apache License 2.0
46 stars 17 forks source link

Error: Unknown repo jasikpark/live-collegemusic-co-uk/ #41

Closed jasikpark closed 3 years ago

jasikpark commented 3 years ago

Environment

How do you use Sentry? Sentry SaaS (sentry.io)

Which SDK and version? JS 6.2.1

Steps to Reproduce

Setup the netlify plugin with correct environmental variables

Expected Result

A successful build

Actual Result

I got a couple of successful builds, but I suddenly am getting an error due to problems with my git remote format I expect:

7:41:34 PM: Error: Command failed: /opt/build/repo/.netlify/plugins/node_modules/@sentry/cli/sentry-cli releases set-commits 9b1c9d17e757dc8f7ac1dde3a5abceefa297667a --commit jasikpark/live.collegemusic.co.uk@9b1c9d17e757dc8f7ac1dde3a5abceefa297667a
7:41:34 PM: error: Unknown repo 'jasikpark/live.collegemusic.co.uk'
$ git remote -v
origin  git@github.com:jasikpark/live.collegemusic.co.uk.git (fetch)
origin  git@github.com:jasikpark/live.collegemusic.co.uk.git (push)
jasikpark commented 3 years ago

Similar to #6

jonesphillip commented 3 years ago

@jasikpark Saw your comment on the other issue. Let me know if adding your repo as well as the integration works. Try step 3 here: https://docs.sentry.io/product/releases/setup/release-automation/

jonesphillip commented 3 years ago

Closing based on comment in #6