Sentry ​
Track errors, monitor performance, and manage releases with Sentry.
| Detail | Value |
|---|---|
| Category | Dev Tools |
| Base URL | https://sentry.io/api/0 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | sentry |
Using Sentry in a workflow ​
- Go to Connections and click New Connection.
- Pick Sentry from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| 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 Callnode configuration, and the response shape.