We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456ff2e commit bd3e31fCopy full SHA for bd3e31f
packages/bundler-plugin-core/src/utils.ts
@@ -259,6 +259,8 @@ export function determineReleaseName(): string | undefined {
259
process.env["HEROKU_TEST_RUN_COMMIT_VERSION"] ||
260
// Heroku #2 https://docs.sentry.io/product/integrations/deployment/heroku/#configure-releases
261
process.env["HEROKU_SLUG_COMMIT"] ||
262
+ // Railway - https://docs.railway.app/reference/variables#git-variables
263
+ process.env["RAILWAY_GIT_COMMIT_SHA"] ||
264
// Render - https://render.com/docs/environment-variables
265
process.env["RENDER_GIT_COMMIT"] ||
266
// Semaphore CI - https://docs.semaphoreci.com/ci-cd-environment/environment-variables
0 commit comments