sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
- 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:  after:  hoverstate...
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...
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...
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...
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...
All web vitals fully implemented except the newest CLS design (SDK changes are required)
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...
### 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)
### 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,...