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

[Internal Product Doc](https://www.notion.so/sentry/Priority-in-Issue-Details-Stream-dd6e314c7e9247369ffef0680afc3eb6) [Internal Tech Spec](https://www.notion.so/sentry/Tech-Spec-Priority-in-Issue-Details-Stream-ac9ecbbc5cfd4baaae39ecf32f8e74ce) The current Issue Stream is a mix of low, medium, and high priority issues, which can make it difficult for developers to find the...

### Summary In local dev for debugging it might be nicer to have snuba logs pushed into a file; easier to copy and devserver is pretty spammy nowadays. This isn't...

Scope: Backend

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Select project in Lightricks organization 2. Press transfer and add my (owner in both organizations) email 3. Go to email and...

Product Area: Settings - Projects

### Problem Statement We've just started using crons in Sentry at Xelix - and it's a great feature, but it's a bit noisy right now, and making not as noisy...

Product Area: Crons
Waiting for: Community

### Problem Statement It looks like the [current set of glob patterns](https://docs.sentry.io/product/data-management-settings/filtering/#transactions-coming-from-healthcheck) for a transaction to be considered a health check may not be comprehensive. Most that I know have...

Product Area: Performance
Waiting for: Product Owner

Add sort selector component to be used on listing page, will follow up with bulk edit modal sort

Scope: Frontend

This does a small amount of cleanup of the tests in `test_event_manager_grouping.py`. Specifically: - Use constants for grouping config names. - Split updating group metadata into a separate test. -...

If you load [this dashboard](https://sentry.sentry.io/dashboard/78807/?environment=prod&forceOnDemand=true&project=1&statsPeriod=7d) with and without extracted data you will see that the chart matches in both but it's different for the other two widgets.

Scope: Backend

Sentry Issue: [JAVASCRIPT-2RMZ](https://sentry.sentry.io/issues/4968769051/?referrer=github_integration) ``` React ErrorBoundary Error: Cannot read properties of null (reading 'timestamp') at BreadcrumbItem (./app/components/replays/breadcrumbs/breadcrumbItem.tsx:54:3) at None (div) at BreadcrumbRow (./app/views/replays/detail/breadcrumbs/breadcrumbRow.tsx:34:3) at None (div) at None (div) ......