Sentry Issue Tracker
name: sentry
by dave-b-b · published 2026-03-22
$ claw add gh:dave-b-b/dave-b-b-sentry-issues---
name: sentry
description: Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get crash reports from a Sentry project.
version: 1.0.0
---
# Sentry Issue Tracker
Fetch and analyze issues from Sentry using the Sentry API.
Prerequisites
Authentication
Set the `SENTRY_AUTH_TOKEN` environment variable, or pass `--token` to the script.
export SENTRY_AUTH_TOKEN="your-token-here"To create a token: Sentry → Settings → Auth Tokens → Create New Token
Quick Start
List recent unresolved issues:
python3 scripts/sentry_issues.py --org <org-slug> --project <project-slug>Get issue details with stack trace:
python3 scripts/sentry_issues.py --org <org-slug> --project <project-slug> --issue <issue-id> --detailsScript Reference
`scripts/sentry_issues.py`
Fetches issues from Sentry API.
**Arguments:**
**Examples:**
# List 10 most recent unresolved errors
python3 scripts/sentry_issues.py --org myorg --project myproject --query "is:unresolved level:error" --limit 10
# Get details for specific issue
python3 scripts/sentry_issues.py --org myorg --project myproject --issue 12345 --details
# Sort by most users affected
python3 scripts/sentry_issues.py --org myorg --project myproject --sort user --limit 5Common Queries
| Query | Description |
|-------|-------------|
| `is:unresolved` | Open issues only |
| `is:resolved` | Resolved issues |
| `is:ignored` | Ignored issues |
| `level:error` | Error-level issues |
| `level:warning` | Warning-level issues |
| `firstSeen:>-24h` | New in last 24 hours |
| `lastSeen:>-1h` | Active in last hour |
| `assigned:me` | Assigned to current user |
| `has:release` | Issues with release info |
Combine queries: `is:unresolved level:error firstSeen:>-24h`
Output Format
Issues are returned as JSON with key fields:
When `--details` is used, includes:
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...