All sources

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

  1. sentry.io → your avatar → User settingsUser Auth Tokens (direct: sentry.io/settings/account/api/auth-tokens/).
  2. Create New Token, name it Worclaude.
  3. Scopes, read only is enough:
    • org:read
    • project:read
    • event:read
    • member:read (only if you want issues attributed to people by name)
  4. Copy the token immediately; it is shown once.

Sentry's endpoint prefers OAuth for interactive clients. Worclaude sends the token in Sentry's Sentry-Bearer header 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.