For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sentry

Connect Sentry to the Pagerly SRE Agent to query application errors and performance issues.

What the Agent Can Do

  • List recent issues β€” errors, crashes, performance problems

  • Get issue details β€” stack traces, affected users, frequency

  • Search events by error message or transaction name

Setup Instructions

  1. Log into your Sentry account

  2. Go to Settings > Auth Tokens (under Account)

  3. Click Create New Token

  4. Select these scopes: project:read, issue:read, event:read and org:read

  5. Click Create Token and copy it

Required Credentials

Field
Description
Example

Auth Token

Sentry auth token with read scopes

sntrys_...

Context Prompt Tips

"Our main project is api-backend. Critical errors are tagged with level=fatal. We use the production environment."

Docs

Last updated