Scott Cooper

Results 37 issues of 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

Scope: Frontend

Flag has already been removed from frontend

Scope: Backend

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

Scope: Frontend

Keep tags around 150px tall, some issues have a massive number of tags making them annoying to scroll past ![image](https://user-images.githubusercontent.com/1400464/191137359-e92d879a-24c3-4a75-a7d9-60f1344f22c3.png) fixes https://getsentry.atlassian.net/browse/WOR-2165

Scope: Frontend

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

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

Scope: Frontend

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...