Scott Cooper
Scott Cooper
Select multiple issues by holding shift and clicking on an issue checkbox. https://user-images.githubusercontent.com/1400464/183129333-2c946a71-f313-4cce-a24d-c81847c77a2d.mp4 closes #34422 closes https://getsentry.atlassian.net/browse/WOR-1971
Flag has already been removed from frontend
This attempts to prevent clippedBox from expanding only a few pixels, while keeping the clipHeight the same size. Example in app https://user-images.githubusercontent.com/1400464/191142584-b7a348c4-92a0-492d-990b-96cd598ad62f.mp4 Storybook example https://user-images.githubusercontent.com/1400464/191142387-b4f84fbb-97f6-488c-9cbe-aa5cea545acd.mp4
Keep tags around 150px tall, some issues have a massive number of tags making them annoying to scroll past  fixes https://getsentry.atlassian.net/browse/WOR-2165
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
Suspect commits will now work very similar to stacktrace linking and do not need a release to start working and therefore do not need commits to be added to a...
Fixes a bug where we display a repo picker dropdown, but display all the commits for every repo anyway. See example https://sentry.sentry.io/releases/frontend%407e5a76fd75b0d41f4fc9ad440ad4d58f18d9786a/commits/?project=11276
This adds a [Zod](https://github.com/colinhacks/zod) integration to sentry that adds better support for ZodError issues. Currently, the ZodError message is a formatted json string that gets truncated and the full list...