Skip to content

Commit

Permalink
disable sentry as currently not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Apr 3, 2024
1 parent 35c5529 commit 68a881f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
# To enable create a API-Token in Sentry (User settings, API keys)
# Enter this token as a GitHub secret (with name SENTRY_AUTH_TOKEN) in the repository options
# Then uncomment and customize the following block:
sentry: true
sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
sentry-project: 'iobroker-boschindego'
sentry-version-prefix: 'iobroker.boschindego'
# If your sentry project is linked to a GitHub repository, you can enable the following option
# sentry-github-integration: true
# sentry: true
# sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
# sentry-project: 'iobroker-boschindego'
# sentry-version-prefix: 'iobroker.boschindego'
# # If your sentry project is linked to a GitHub repository, you can enable the following option
# # sentry-github-integration: true

0 comments on commit 68a881f

Please sign in to comment.