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 }) => {
3
3
plugins : [
4
4
plugins . define ( {
5
5
__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 ||
8
9
// Netlify - https://docs.netlify.com/configure-builds/environment-variables/#build-metadata
9
10
process . env . COMMIT_REF ||
10
11
// Vercel - https://vercel.com/docs/v2/build-step#system-environment-variables
You can’t perform that action at this time.
0 commit comments