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

- Removes "not a member" and replaces it with a question tooltip thing. - Fixes long emails overflowing https://www.notion.so/sentry/Suspect-commit-underlines-mean-different-things-7d4bfb01840945e4b1bd913f539f337b?pvs=4 before - ambiguous link vs hover area: ![image](https://github.com/user-attachments/assets/c2a2d3ad-804b-42e2-8da0-54b4798193e6) after: ![image](https://github.com/user-attachments/assets/a953b77a-eaf1-46a5-92a1-305f69634281) hoverstate...

Scope: Frontend

This is a follow-up to https://github.com/getsentry/sentry/pull/76312, fixing another bug with grouphash deletion. Currently, when a project is deleted, its associated `GroupHash` records are deleted using the `BulkModelDeletionTask`. Unfortunately, that task...

Scope: Backend

Adds error propagation for test alert rules, behind 2 flags: 1. `projects:verbose-test-alert-reporting` - Which opts projects/orgs into verbose error reporting 2. `ecosystem:enable_integration_form_error_raise` - Option check for whether or not to...

Scope: Backend

This adds the "Hold Ctrl/⌘ to select multiple" text and behavior that was in the Figma designs. You could already click the checkbox for this behavior, this makes it possible...

Scope: Frontend

Rough sketch of how we would generify Slack's team-linking and -unlinking views for other messaging integrations. A few Slack-specific details remain (around the HTML templates and such) but these are...

Scope: Backend

All web vitals fully implemented except the newest CLS design (SDK changes are required)

Scope: Frontend

Define an abstract `search_issues` method in `IssueBasicIntegration`. This is used across Jira and SCM integrations -- am currently unsure of the return type, but this unifies the expectation of having...

Scope: Backend

### Problem Statement Enable querying issues by fingerprint. We currently have a public API endpoint which returns a [list of fingerprints for an issue id](https://docs.sentry.io/api/events/list-an-issues-hashes/) but we don't have any...

Task that will split Discover saved queries This PR just introduces the task (doesn't actually run it)

Scope: Backend

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Visit Sentry in a mobile browser 2. Open up an issue 3. Go to All Events Tab 4. The columns (Title,...

Product Area: Issues
Waiting for: Product Owner