Sentry
active

Error tracking and performance monitoring — issues, releases, source maps

monitoringBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Sentry with your PincerAPI key. No separate signup needed.

# Get instructions for Sentry
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/sentry/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/sentry/your/endpoint/here"

Direct Setup

Endpoints

GET/organizations/{org_slug}/issues/

List issues for an organization

💡 query supports Sentry search syntax: is:unresolved, assigned:me, etc.

GET/organizations/{org_slug}/issues/{issue_id}/events/

List events for an issue

GET/organizations/{org_slug}/projects/

List projects in an organization

GET/organizations/{org_slug}/stats_v2/

Get organization usage stats

Related APIs in monitoring