Skip to content

Commit

Permalink
Fix: CI ビルド時にソースマップが Sentry にアップロードされていなかった問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jan 2, 2025
1 parent bbf01fb commit db5284b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
cache-version: v2
# GNUコマンド
sed: ${{ startsWith(matrix.os, 'macos-') && 'gsed' || 'sed' }}
# ref: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit db5284b

Please sign in to comment.