HI, I’m running a shell script to create a sentry release with git commit id. I could see the Sentry UI show the released version as well under releases tab but Issues that are logged are not tag to any release. I see n/a as value for release in the issue browser.
Since I’m setting the releases name dynamically how would i able to mention release version on sentry.init({ release: ?}) step.