Add Sentry token to enable Sentry integration (#2674)

(cherry picked from commit b1564c9452)
This commit is contained in:
Shrikant Sharat Kandula 2021-01-22 15:10:42 +05:30
parent 1e8aa62654
commit dc4e741ae7

View File

@ -100,6 +100,7 @@ jobs:
REACT_APP_ENVIRONMENT=${{steps.vars.outputs.REACT_APP_ENVIRONMENT}} \
REACT_APP_FUSIONCHARTS_LICENSE_KEY=${{ secrets.APPSMITH_FUSIONCHARTS_LICENSE_KEY }} \
REACT_APP_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY }} \
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} \
REACT_APP_VERSION_ID=${{ steps.vars.outputs.version }} \
REACT_APP_VERSION_RELEASE_DATE=$(date +%Y-%m-%d) \
yarn build