Skip to content

Commit

Permalink
fix: adding live update version for sentry release in build script (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Shriwant committed Nov 19, 2024
1 parent 9782dc9 commit a569277
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_appflow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VERSION=`sentry-cli releases propose-version`
ionic capacitor sync --prod --source-map
npm run sentry:sourcemaps
sentry-cli releases --org fyle-technologies-private-limi -p "$SENTRY_PROJECT_NAME" files "$VERSION" upload-sourcemaps www
sentry-cli releases --org fyle-technologies-private-limi -p "$SENTRY_PROJECT_NAME" files "$LIVE_UPDATE_APP_VERSION" upload-sourcemaps www

0 comments on commit a569277

Please sign in to comment.