Heroku addons:open sentry opens wrong organization URL

When I run:

heroku addons:open sentry

It brings me to a URL like this:
https://sentry.io/organizations/name-of-my-heroku-app/issues/?project=some-id

That is incorrect. It should bring me to:
https://sentry.io/organizations/name-of-my-organization/issues/?project=some-id

Notice it is putting the name of my heroku app in as the name of my organization, which is wrong. The “some-id” is identical and apparently correct in both cases.

Any idea how to fix this? I’ve searched.