Integrations
Sentry
View errors from Sentry
View and investigate errors from Sentry.
What Stalar can do
| Tool | Description |
|---|---|
| List projects | Get all Sentry projects in your organization |
| Get issues | List issues for a project |
| Get issue details | Get full details and stack traces for an issue |
Configuration
Required
| Field | Description |
|---|---|
organizationSlug | Your Sentry organization slug |
authToken | API token with project:read, issue:read, event:read scopes |
Optional
| Field | Description |
|---|---|
baseUrl | Sentry API URL (default: https://sentry.io) |
Config file example
integrations:
- name: "sentry-prod"
type: "sentry"
environment: "production"
config:
organizationSlug: "my-org"
authToken: "${SENTRY_AUTH_TOKEN}"
# Self-hosted Sentry
- name: "sentry-self-hosted"
type: "sentry"
environment: "production"
config:
organizationSlug: "my-org"
authToken: "${SENTRY_AUTH_TOKEN}"
baseUrl: "https://sentry.example.com"Example queries
- "What are the top errors this week?"
- "Show me unresolved issues in the frontend project"
- "What's causing the NullPointerException?"
- "How many users are affected by the payment bug?"