We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57423ee commit cb66fa4Copy full SHA for cb66fa4
packages/gatsby/gatsby-node.js
@@ -6,9 +6,7 @@ const sentryRelease = JSON.stringify(
6
// Netlify - https://docs.netlify.com/configure-builds/environment-variables/#build-metadata
7
process.env.COMMIT_REF ||
8
// Vercel - https://vercel.com/docs/v2/build-step#system-environment-variables
9
- process.env.VERCEL_GITHUB_COMMIT_SHA ||
10
- process.env.VERCEL_GITLAB_COMMIT_SHA ||
11
- process.env.VERCEL_BITBUCKET_COMMIT_SHA ||
+ process.env.VERCEL_GIT_COMMIT_SHA ||
12
// Zeit (now known as Vercel)
13
process.env.ZEIT_GITHUB_COMMIT_SHA ||
14
process.env.ZEIT_GITLAB_COMMIT_SHA ||
0 commit comments