1

I'm using Sentry for my python application to catch errors. Now, I want to link my GitHub account with Sentry, to see additional information.

Some time ago, I already had a Sentry account with GitHub linked, but deleted it for some reason. Now, every time I try to link the accounts Sentry tells me that this GitHub account is already linked to another account (which was deleted). In my GitHub account settings, I already revoked all access Sentry had and tried it again, but it still doesn't work. What to do?

Error message

Spinne
  • 55
  • 5

1 Answers1

0

Check if you have credentials cached regarding Sentry in your credential helper:

git config credential.helper

(a Windows one or a MacOS one or a Linux one)

If you see any "Sentry" entry, delete it, and try again.

But, from the screenshot, that seems to be a server-side issue, which means GitHub support can sort it out: if the old GitHub account is registered on GitHub side, then the local credential cache is not involved.

VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283