Issue
The automated Sentry scanner is failing due to an expired API token.
Error: {"detail":"Token expired"}
Impact:
- No proactive Sentry issue monitoring
- New errors/performance regressions not being auto-tracked
- GitHub issue automation pipeline broken
Fix Required
Update the SENTRY_API_TOKEN environment variable in GitHub Actions secrets:
- Go to https://sentry.tryethernal.com/settings/account/api/auth-tokens/
- Create a new token with
project:read permissions
- Update the secret in GitHub repository settings under Actions secrets
Verification
Once fixed, the next scheduled Sentry scanner run should succeed and show:
=== Sentry Scanner Summary ===
Status: SUCCESS
Errors scanned: X
Performance issues scanned: Y
Created by Sentry Scanner
Issue
The automated Sentry scanner is failing due to an expired API token.
Error:
{"detail":"Token expired"}Impact:
Fix Required
Update the
SENTRY_API_TOKENenvironment variable in GitHub Actions secrets:project:readpermissionsVerification
Once fixed, the next scheduled Sentry scanner run should succeed and show:
Created by Sentry Scanner