sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1550 sentry issues
Sort by recently updated
recently updated
newest added

Make message_distance optional from seer response Remove message distance value from internal similar issues tab The UI shows a default value of 0 now that we are not sending the...

Scope: Backend

Convert the AlertRuleActionRequester mediator to a dataclass and update refs to point to this new class. Also moves the utils for external_requests while were at it. Would also appreciate any...

Scope: Backend

Remove prompt asking for feedback and agree/disagree buttons from similarity tab

Scope: Frontend

Makes `displayName` in `DATA_CATEGORY_INFO` all singular.

Scope: Frontend

Removing the `search-query-builder-releases` from FE

Scope: Frontend

Skip the process similarity step in post process if the project has the feature `projects:similarity-embeddings`

Scope: Backend

This adds some ways that we can hook custom logic into the detector. Looking at the options, it feels like splitting this logic into different handlers makes sense. Doesn't have...

Scope: Backend

### Problem Statement My team uses Sentry to create incidents on Pagerduty when a new event is added to an issue. Sometimes there are noisy issues that come from error...

Product Area: Alerts

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. visit the docs for listing a project's issues: https://docs.sentry.io/api/events/list-a-projects-issues/ 2. view the schema for a 200 response 3. observe the annotations...

Waiting for: Support

Query for active integrations when: - Doing an autofix setup check (non-active GH integrations will not make successful downstream calls) - Editing a repository to be attached to a different...

Scope: Backend