VM0VM0
Integration

Sentry

Error tracking and monitoring platform

Sentry is an error tracking platform for managing issues, projects, and releases.

Required Environment

NameTypeDescription
SENTRY_TOKENsecretAuth token from Sentry Developer Settings > Internal Integrations
SENTRY_HOSTvarSentry host (e.g., sentry.io or self-hosted)
SENTRY_ORGvarYour Sentry organization slug

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    provider: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/sentry

Run

vm0 run my-agent "list recent errors" \
  --secrets SENTRY_TOKEN=sntrys_xxx

Example Instructions

AGENTS.md
# 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
AGENTS.md
# 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