You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to sentry-cli 2.8.0, the release names are not getting evaluated when we upload new releases. We have not added any customization to release names and this was previously working correctly on older versions.
Expected Result
Release names would be evaluated correctly when uploaded during a release build.
Actual Result
Release names include $(MARKETING_VERSION) and $(PRODUCT_BUNDLE_IDENTIFIER) as is, without getting evaluated. Our frontend app is using the following for Sentry.init.
However, the release that is created by the automatic sourcemaps upload script (not custom) is not evaluating the environment variables and leaving them as is. See the below screenshot of the two releases, one is correct without sourcemaps, the other is incorrect but does include sourcemaps.
The text was updated successfully, but these errors were encountered:
Environment
sentry-cli 2.8.0
Steps to Reproduce
Since upgrading to sentry-cli 2.8.0, the release names are not getting evaluated when we upload new releases. We have not added any customization to release names and this was previously working correctly on older versions.
Expected Result
Release names would be evaluated correctly when uploaded during a release build.
Actual Result
Release names include
$(MARKETING_VERSION)
and$(PRODUCT_BUNDLE_IDENTIFIER)
as is, without getting evaluated. Our frontend app is using the following for Sentry.init.However, the release that is created by the automatic sourcemaps upload script (not custom) is not evaluating the environment variables and leaving them as is. See the below screenshot of the two releases, one is correct without sourcemaps, the other is incorrect but does include sourcemaps.
The text was updated successfully, but these errors were encountered: