sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

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

Adds owned by and assigned to to the issues sidebar and hides the existing assignee selector in the header. ![image](https://user-images.githubusercontent.com/1400464/191082398-4f441705-258e-4deb-868d-3ef3056d1bfe.png) fixes https://getsentry.atlassian.net/browse/WOR-2168

Scope: Frontend

Hierarchy and spacing of text in settings is wonky, so fixing that here. ## Before ## After

Scope: Frontend

Add a new `Tabs` component as a replacement for `NavTabs`, with a composable implementation and full accessibility support (via `react-aria`). Sample usage: ```jsx import {Item, TabList, TabPanels, Tabs} from 'sentry/components/tabs';...

Scope: Frontend

Moving into getsentry Requires https://github.com/getsentry/getsentry/pull/8343

Scope: Frontend

Frontend changes that make use of the new endpoint added in #38933 Depends on https://github.com/getsentry/sentry/pull/38933 Fixes #38812

Scope: Frontend

### Acceptance criteria (If applicable) User can see additional exceptions the replay captured after the error event. ### Designs #### Figma https://www.figma.com/file/f9ywS3TPYGjgOvx4ff4dvY/Specs%3A-Replay-in-Issues?node-id=1%3A4650 #### Screenshot ![Image](https://user-images.githubusercontent.com/6508377/190657139-25537a0a-78e2-40aa-8bd0-d364c89ff441.png) ![Image](https://user-images.githubusercontent.com/6508377/190657138-43a9535b-5d4e-4ae3-9da2-c692d9954d59.png) This closes design ticket...

Status: Backlog
Team: Emerging Technology