Skip to content

Commit

Permalink
Add sentry (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani authored Sep 12, 2023
2 parents 2d888da + 23dd3d7 commit 54f9967
Show file tree
Hide file tree
Showing 13 changed files with 424 additions and 113 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
VITE_SENTRY_DSN=

# Private envs
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
SENTRY_AUTH_TOKEN=
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
env:
TWITCH_CLIENT_ID: ${{ secrets.TWITCH_CLIENT_ID }}
TWITCH_CLIENT_SECRET: ${{ secrets.TWITCH_CLIENT_SECRET }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
VITE_SENTRY_DSN: ${{ vars.VITE_SENTRY_DSN }}
DRY_RUN: ${{ inputs.dry-run }}

- name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}
uses: nick-fields/retry@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ thumbs.db
# Editor-based Rest Client
.idea/httpRequests
/.idea/csv-plugin.xml

# Sentry Auth Token
.env.sentry-build-plugin
Loading

0 comments on commit 54f9967

Please sign in to comment.