Deprecate SENTRY_RELEASE since we use package.json now

This commit is contained in:
Eric Bailey
2025-07-22 18:22:10 -05:00
parent 8ccffd6542
commit f492000795
9 changed files with 8 additions and 26 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ module.exports = async function (env, argv) {
authToken: process.env.SENTRY_AUTH_TOKEN,
release: {
// env is undefined for Render.com builds, fall back
name: process.env.SENTRY_RELEASE || version,
dist: process.env.SENTRY_DIST,
name: version,
dist: process.env.SENTRY_DIST || 'dev',
},
}),
)