Skip to content

Sentry ​

Track errors, monitor performance, and manage releases with Sentry.

DetailValue
CategoryDev Tools
Base URLhttps://sentry.io/api/0
AuthenticationBearer Token
Endpoints5
Connector keysentry

Using Sentry in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Sentry from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /organizations/{organization_slug}/issues/List issues for an organization
GET /organizations/{organization_slug}/issues/{issue_id}/Get an issue
GET /organizations/{organization_slug}/issues/{issue_id}/events/List events for an issue
GET /projects/{organization_slug}/{project_slug}/Get project details
GET /organizations/{organization_slug}/releases/List releases

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.