--- title: 'Sentry' description: 'Track errors, monitor performance, and manage releases with Sentry.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /organizations/{organization_slug}/issues/](./get_organizations_organization_slug_issues_devtools_listissues) | List issues for an organization | | [GET /organizations/{organization_slug}/issues/{issue_id}/](./get_organizations_organization_slug_issues_issue_id_devtools_getissue) | Get an issue | | [GET /organizations/{organization_slug}/issues/{issue_id}/events/](./get_organizations_organization_slug_issues_issue_id_events_devtools_listissueevents) | List events for an issue | | [GET /projects/{organization_slug}/{project_slug}/](./get_projects_organization_slug_project_slug_devtools_getproject) | Get project details | | [GET /organizations/{organization_slug}/releases/](./get_organizations_organization_slug_releases_devtools_listreleases) | List releases | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.