Hi there, we are hosted on Heroku, and we set up Sentry manually a while back and have been building out our account and preferences, etc. We've got our backend and front-end projects all collecting observations, etc. We are trying to set up Releases. Just learned that Heroku and Sentry have an integration. I tried it out, but it created a new instance of Sentry...
Is there a way to have the Heroku integration point to my existing Sentry account? I don't see that being an option, but wanted to ask.
In addition, I read that the integration seems to make access to my git possible, required for the releases propose-version functionality. I'm currently getting this error
error: Could not automatically determine release name:
When running this command in my postbuild script for Heroku.
RELEASE_VERSION=sentry-cli releases propose-version`
Is there a way to get the release version to be based on my repo from Heroku? I think I read somewhere that it will pick up my tags, which would be great.