Skip to content

Commit

Permalink
chore: enable frontend source maps in Sentry
Browse files Browse the repository at this point in the history
* Removes unneeded options from TerserPlugin. There is no such option as
  `cache` (this did nothing?), and `parallel` defaults to true.

* Removes an old script that appears to have been previously used to
  upload source maps, but was not referenced anywhere.
  • Loading branch information
digitalcora committed Aug 27, 2024
1 parent 321d7ce commit ce1375f
Show file tree
Hide file tree
Showing 5 changed files with 645 additions and 159 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
js-build:
name: Frontend Build
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand Down
Loading

0 comments on commit ce1375f

Please sign in to comment.