Assigning issues a release version based on the current release?

I have integrated our application release process with Sentry via the webhook API. I can see this is working.

I was expecting all new issues to appear in Sentry to be automatically assigned to the most recent release. But new issues state release version is not configured.

Does this mean it’s a necessity to set the release attribute upon issues created by the Sentry client?

Yep – the webhook API is actually going to be used for other metadata, but we still need to know concretely which version an event is bound to (via the SDK)

OK fair enough. Thanks for the clarification!

By any chance, once you have issues created before releases. Is it possible to then assign a release to an unresolved issue? Either via UI or API? Thanks