File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ exports.onCreateWebpackConfig = ({ plugins, actions }) => {
33 plugins : [
44 plugins . define ( {
55 __SENTRY_RELEASE__ : JSON . stringify (
6- // GitHub Actions - https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
7- process . env . GITHUB_SHA ||
6+ process . env . SENTRY_RELEASE ||
7+ // GitHub Actions - https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
8+ process . env . GITHUB_SHA ||
89 // Netlify - https://docs.netlify.com/configure-builds/environment-variables/#build-metadata
910 process . env . COMMIT_REF ||
1011 // Vercel - https://vercel.com/docs/v2/build-step#system-environment-variables
You can’t perform that action at this time.
0 commit comments