Sentry
Ask about errors, releases and regressions through Sentry's own hosted service.
What you will be asked for
- User auth tokenSecret
Where to find these
Sentry runs the service; you supply a token. It reads only the organisations and projects the token covers.
User auth token
- sentry.io → your avatar → User settings → User Auth Tokens (direct: sentry.io/settings/account/api/auth-tokens/).
- Create New Token, name it
Worclaude. - Scopes, read only is enough:
org:readproject:readevent:readmember:read(only if you want issues attributed to people by name)
- Copy the token immediately; it is shown once.
Sentry's endpoint prefers OAuth for interactive clients. Worclaude sends the token in Sentry's
Sentry-Bearerheader instead, which is the path meant for exactly this: a service authenticating without a browser in the loop.
Self-hosted Sentry
This template points at Sentry's cloud. For a self-hosted install, duplicate the template and change the address. Everything else stays the same.
Connect this source
About a minute, once you have the credentials.