Skip to content

Commit

Permalink
update sentry setup now that we don't have a separate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Jul 17, 2024
1 parent 38d9e8d commit 637919b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make-sentry-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
export SENTRY_AUTH_TOKEN=$LAMETA_SENTRY_AUTH_TOKEN

commitSHA=$(sentry-cli releases propose-version)
# notice that we keep the current version in a different package.json, on under app/
VERSION=$(grep version app/package.json | sed 's/.*"version": "\(.*\)".*/\1/')
VERSION=$(grep version package.json | sed 's/.*"version": "\(.*\)".*/\1/')
# I don't know if this works, suddenly started getting an error about a missing --org in the Action
ORG=onset-org

Expand Down

0 comments on commit 637919b

Please sign in to comment.