Skip to content

Commit

Permalink
Merge pull request #72 from codecov/spalmurray/sentry
Browse files Browse the repository at this point in the history
feat: Add Sentry error monitoring
  • Loading branch information
spalmurray-codecov authored May 21, 2024
2 parents 33dfa46 + a1deb1e commit 776eb3a
Show file tree
Hide file tree
Showing 8 changed files with 1,848 additions and 186 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- name: Build extension
run: npm run build
env:
SENTRY_DSN: ${{ env.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- run: |
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \
&& mv manifest.tmp.json dist/manifest.json
Expand Down
Loading

0 comments on commit 776eb3a

Please sign in to comment.