Skip to content

Conversation

@scttcper
Copy link
Member

Rewrite from class component to functional and use useQuery. Remove stacktrace from analytics event? Remove various prop drilling.

@scttcper scttcper requested review from a team December 12, 2025 16:33
@scttcper scttcper requested a review from a team as a code owner December 12, 2025 16:33
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 12, 2025

const SplitDiffLazy = lazy(() => import('../splitDiff'));

const buildStacktrace = ({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: do we need this func? why not just

  return getStacktraceBody({
    event,
    hasSimilarityEmbeddingsFeature,
    includeLocation: true,
    rawTrace: false,
    newestFirst: true,
    includeJSContext,
  });

@scttcper scttcper merged commit 6d4079f into master Dec 15, 2025
48 checks passed
@scttcper scttcper deleted the scttcper/diff-modal-fc branch December 15, 2025 20:49
@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2025
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.

3 participants