sentry
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name SENTRY_TOKEN or zero doctor check-connector --url https://sentry.io/api/0/organizations/ --method GET
Organizations
List Organizations
curl -s "https://sentry.io/api/0/organizations/" \
--header "Authorization: Bearer $SENTRY_TOKEN"
Get Organization
curl -s "https://sentry.io/api/0/organizations/<org-slug>/" \
--header "Authorization: Bearer $SENTRY_TOKEN"