Skip to content

Commit 776eb3a

Browse files
Merge pull request #72 from codecov/spalmurray/sentry
feat: Add Sentry error monitoring
2 parents 33dfa46 + a1deb1e commit 776eb3a

File tree

8 files changed

+1848
-186
lines changed

8 files changed

+1848
-186
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
with:
1212
node-version: '18.x'
1313
- run: npm ci
14-
- run: npm run build
14+
- name: Build extension
15+
run: npm run build
16+
env:
17+
SENTRY_DSN: ${{ env.SENTRY_DSN }}
18+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1519
- run: |
1620
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \
1721
&& mv manifest.tmp.json dist/manifest.json

0 commit comments

Comments
 (0)