What it does
Sentry reads and updates issues via the v0 REST API. Uses api_key (User Auth Token or Internal Integration token) via Bearer.
Setup
- In Sentry → Settings → Auth Tokens (User Auth) or Custom Integrations → Internal, create a token with
event:read,event:write,project:read. - In FlowFn, go to Platform Tools → Sentry → Connect and provide api_key + host (default
https://sentry.io; override for self-hosted).
Actions
- List Issues, Get Issue, Update Issue (resolve / unresolve / ignore + assign)
Notes
Event ingestion uses Sentry SDKs (not REST); this tool focuses on issue-management workflows.