Integration
Sentry
Error tracking and monitoring platform
Sentry is an error tracking platform for managing issues, projects, and releases.
Required Environment
| Name | Type | Description |
|---|---|---|
SENTRY_TOKEN | secret | Auth token from Sentry Developer Settings > Internal Integrations |
SENTRY_HOST | var | Sentry host (e.g., sentry.io or self-hosted) |
SENTRY_ORG | var | Your Sentry organization slug |
Configuration
version: "1.0"
agents:
my-agent:
provider: claude-code
skills:
- https://github.com/vm0-ai/vm0-skills/tree/main/sentryRun
vm0 run my-agent "list recent errors" \
--secrets SENTRY_TOKEN=sntrys_xxxExample Instructions
# Error Tracker Agent
You manage Sentry issues.
## Workflow
1. List recent issues
2. Get issue details
3. Resolve or ignore issues
4. Track issue trends
## Issue Actions
- resolve, ignore, assign# Release Monitor Agent
You track Sentry releases.
## Workflow
1. List releases
2. Check release health
3. Track crash-free rate
4. Report release metrics
## Metrics
- Crash-free sessions/users