Skip to content

Commit

Permalink
Disable Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Mar 4, 2024
1 parent 8f07366 commit 6b49386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
npm ci
npm run build
- name: Sentry
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: |
npm run sentry:sourcemaps
#- name: Sentry
# env:
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# run: |
# npm run sentry:sourcemaps

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand Down
4 changes: 2 additions & 2 deletions views/app.pug
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ html
include ../public/js/lib/require/require.js
include ../public/js/_mainConfig.js
| </script>
else
script(src="https://js.sentry-cdn.com/9584509fc9bc1edf71474b8460b41d65.min.js", crossorigin="anonymous")
// else
// script(src="https://js.sentry-cdn.com/9584509fc9bc1edf71474b8460b41d65.min.js", crossorigin="anonymous")
body
if nojsShow
Expand Down

0 comments on commit 6b49386

Please sign in to comment.