Stalar
Integrations

Sentry

View errors from Sentry

View and investigate errors from Sentry.

What Stalar can do

ToolDescription
List projectsGet all Sentry projects in your organization
Get issuesList issues for a project
Get issue detailsGet full details and stack traces for an issue

Configuration

Required

FieldDescription
organizationSlugYour Sentry organization slug
authTokenAPI token with project:read, issue:read, event:read scopes

Optional

FieldDescription
baseUrlSentry 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?"