Skip to main content

Sentry

Connect Sentry to Collabase automations to triage errors as they occur — auto-assign issues, create tasks from new errors, resolve bugs when deployments succeed, and register releases for accurate stack trace attribution.

Authentication

Auth type: API Key (Auth Token) Create a token in Sentry → Settings → Developer Settings → User Auth Tokens. Grant project:read, project:write, and event:read scopes.
CredentialDescription
Auth TokenYour Sentry user auth token
Organization SlugYour Sentry organization slug — visible in the URL: sentry.io/organizations/{slug}/

Triggers

TriggerWhen it fires
New Issue CreatedAn error or issue is first seen in Sentry
Issue ResolvedAn issue is marked as resolved
Issue RegressedA previously resolved issue reappears
Alert TriggeredA metric or performance alert fires

Actions

ActionKey inputsKey outputs
List IssuesprojectSlug, query (Sentry search syntax), limitissues[], count
Get IssueissueIdissueId, title, status, level, count, firstSeen, lastSeen, permalink
Resolve IssueissueIdissueId, title, status
Ignore IssueissueIdissueId, status
Assign IssueissueId, assignee (username or email)issueId, assignee
Create Releaseversion, projects (comma-separated slugs), urlversion, projects[]
List Projectsprojects[] — slug, name, platform
Use Sentry search syntax in the query field for List Issues: is:unresolved level:error or assigned:me. See Sentry search documentation for the full query language.