Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Sentry

UpdatedMay 22, 2026Reading time1 min read

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

  1. In Sentry → Settings → Auth Tokens (User Auth) or Custom Integrations → Internal, create a token with event:read, event:write, project:read.
  2. 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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →