feat(issues): New stack trace on shared issues#111686
Merged
Merged
Conversation
use the new stack trace on shared issues, no longer makes any requests
Re-apply stack trace changes on top of master refactor. The sharedGroupDetails view was refactored in master to extract a dedicated SharedEventContent component. Re-apply the SharedIssueStackTrace integration into that component, replacing the legacy Exception and StackTrace entry renderers with the new shared-safe stack trace component. Also removes the eventEntries.tsx dependency (deleted in master) and cleans up the inline SharedEventContent that was added to index.tsx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extract duplicated `IndexedExceptionValue` type and `resolveExceptionFields` helper into a shared utils module. Fix missing `exception` and `isMinified` params in the copy-as and raw view handlers so the exception header line shows up in copied text. Add the `Flex gap="lg"` wrapper to the single-exception branch for consistent spacing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The shared stack trace component duplicated most of the render setup from the authenticated one. Extracted the bits most likely to drift (ordering, entry meta lookup, raw-text formatting used by both the raw view and copy-as) into utils.ts so they stay in sync. Also renames utils.tsx to utils.ts since it has no JSX, swaps a Flex wrapper back to Fragment in the single-exception branch to match the original, and adds a basic render test for the shared variant. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
malwilley
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
use the new stack trace on shared issues, no longer makes any requests. Not behind a flag since flags aren't possible on this page.
before
after