Skip to content

Commit

Permalink
Merge pull request #670 from PastVu/disable-sentry
Browse files Browse the repository at this point in the history
Disable Sentry
  • Loading branch information
kabalin authored Mar 4, 2024
2 parents 786dd8f + 6b49386 commit 8ab2e8e
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 8ab2e8e

Please sign in to comment.