Reference · built on requestConnectorIdentity, IT & observability

Sentry

Issues, crash events, releases, projects, and error alerts across organizations and teams via the Sentry REST API.

About

Sentry is an error tracking and performance monitoring platform that captures unhandled exceptions, stack traces, breadcrumbs, and user impact metrics across application services. Its REST API allows organizations to query aggregated error issues, inspect raw event payloads, manage software releases and deployment stages, and track team assignments.

Through Fibric, an operator watches new error groups and regression spikes, proposing issue triage assignments or deployment annotations for your approval.

This is a reference listing. It documents what Fibric would read from Sentry and what it could propose, based on the vendor's published interfaces. Fibric builds it under a managed deployment when you request it; selecting it here installs nothing.

Inputs

  • Aggregated error issues and status through GET /api/0/projects/{org}/{project}/issues/
  • Detailed event stack traces, tags, and breadcrumbs from GET /api/0/issues/{issue_id}/events/
  • Release versions, commit lists, and deployment environments via GET /api/0/organizations/{org}/releases/
  • Configured alert rules and trigger actions from GET /api/0/projects/{org}/{project}/rules/
  • Project lists, client keys, and environment tags through GET /api/0/projects/

Proposed actions

  • Target capability: propose updating issue status to resolved, ignored, or unresolved via PUT /api/0/issues/{issue_id}/
  • Target capability: propose assigning an issue to an individual user or team member
  • Target capability: propose creating a release record and deployment marker via POST /api/0/organizations/{org}/releases/
  • Target capability: propose creating or updating an issue alert rule

Proposed actions are target capabilities. Every action runs propose-first and needs a validated deployment and the appropriate permissions.

What you can build

  • Triage recurring error spikes after deployments

    Detect new issue groups appearing immediately after release deployment events, proposing priority assignments to the engineering release owner.

    With Uptime Response, On-call Handoff

  • Auto-mute low priority noise

    Identify non-critical client errors with high event volumes and propose ignoring or grouping them to reduce on-call alert notification fatigue.

    With Alert Noise

  • Enforce change freeze during incident windows

    When severe crash regressions emerge, the operator reviews active error rates and proposes freezing upcoming production deployment schedules.

    With Change Freeze, Error Budget

Requirements

  • A Sentry organization with API access and a project created
  • An auth token with project:read, issue:read, and issue:write scopes according to planned operations
  • Application code instrumented with Sentry SDKs sending events to project DSN endpoints
Authentication
Sentry internal integration token or user auth token passed as an Authorization Bearer header against sentry.io/api/0/.

Limits

  • Rate limits restrict API requests per minute based on Sentry plan quotas
  • Event retention windows limit historical trace retrieval to 30 or 90 days depending on organization plan
  • Pagination limits cap issue and event query pages at 100 items per response

Access and pricing

Reference listing. Fibric builds the connector under a managed deployment when you request it. Your quote covers the build, capabilities, usage, and support.

Request Sentry ↗

Questions and answers

Can Fibric access full stack traces and breadcrumbs?
Yes. Sentry issue and event endpoints return complete exception hierarchies, file paths, line numbers, variable contexts, and breadcrumb sequences captured by the client SDK.
What permissions are needed to assign issues in Sentry?
To assign issues or update issue status to resolved, the Sentry auth token requires issue:write and project:read scopes. Organization owner or manager roles generate these tokens in Sentry settings.
Does Fibric resolve issues automatically in Sentry?
No. Fibric proposes issue status changes such as resolving or ignoring for human review. An engineer confirms the resolution before the mutation executes in Sentry.
Ask about Sentry

Ask about the capabilities and requirements in this listing.

For project-specific requirements, contact Fibric.