Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Aug 14, 2023
1 parent bf09ccc commit 31943e8
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 10 deletions.
63 changes: 55 additions & 8 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"@react-hook/media-query": "^1.1.1",
"@rehooks/component-size": "^1.0.3",
"@sentry/cli": "^2.20.5",
"@sentry/react": "^7.15.0",
"@tippyjs/react": "^4.2.6",
"@types/uuid": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions upload_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ aws s3 sync "$STATIC_DIR/fonts" "$S3_DIR/fonts" --size-only --exclude "*" --incl
aws s3 sync $STATIC_DIR $S3_DIR --size-only

# upload source maps to Sentry
SENTRY_RELEASE=$(npx @sentry/cli@2.3.1 releases propose-version)
npx @sentry/cli@2.3.1 releases files "$SENTRY_RELEASE" upload-sourcemaps "$STATIC_DIR/js"
sentry-cli sourcemaps inject "$STATIC_DIR/js"
sentry-cli sourcemaps upload "$STATIC_DIR/js"

0 comments on commit 31943e8

Please sign in to comment.