Pass our VERSION to sentry plugin's release arg via env (#19474)
Use our existing VERSION, deduced by the packaging script, as the release for sentry sourcemaps. This will be undefined for dev builds.
This commit is contained in:
parent
004e8edcb2
commit
f550d63198
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
yarn clean
|
||||
yarn build
|
||||
VERSION=$version yarn build
|
||||
|
||||
# include the sample config in the tarball. Arguably this should be done by
|
||||
# `yarn build`, but it's just too painful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue