Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(exception-group): Auto-collapse child exception groups #48527

Merged

Conversation

malwilley
Copy link
Member

@malwilley malwilley commented May 4, 2023

Closes #47828

To prevent the stack trace from becoming too long and unwieldy, this collapses child exception groups. This means that only the first level of the tree is visible at first, but the user may expand them by clicking "Show n related exceptions" or clicking the element in the exception tree.

Can test on this issue: https://sentry-sdks.dev.getsentry.net:7999/issues/4126628864/events/e303031f97ab4b25b0f275d41a35a323/?project=5428537

CleanShot.2023-05-04.at.09.00.05.mp4

@malwilley malwilley requested a review from a team May 4, 2023 16:19
@malwilley malwilley requested a review from a team as a code owner May 4, 2023 16:19
@malwilley malwilley removed the request for review from a team May 4, 2023 16:19
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 4, 2023
@malwilley malwilley force-pushed the malwilley/feat/exceptiongroup-hide-children branch from 25f4a78 to 96767e7 Compare May 4, 2023 16:54
@mattjohnsonpint mattjohnsonpint merged commit 9ec1fca into master May 5, 2023
@mattjohnsonpint mattjohnsonpint deleted the malwilley/feat/exceptiongroup-hide-children branch May 5, 2023 21:53
@github-actions github-actions bot locked and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception Groups: Collapse child exception groups by default
2 participants