sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Adds owned by and assigned to to the issues sidebar and hides the existing assignee selector in the header.  fixes https://getsentry.atlassian.net/browse/WOR-2168
Hierarchy and spacing of text in settings is wonky, so fixing that here. ## Before ## After
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';...
Moving into getsentry Requires https://github.com/getsentry/getsentry/pull/8343
Frontend changes that make use of the new endpoint added in #38933 Depends on https://github.com/getsentry/sentry/pull/38933 Fixes #38812
### 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   This closes design ticket...