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

Track Stack of JSX Calls #29032

Merged
merged 2 commits into from
May 9, 2024
Merged

Track Stack of JSX Calls #29032

merged 2 commits into from
May 9, 2024

Commits on May 9, 2024

  1. Add Feature Flag

    sebmarkbage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a2470c8 View commit details
    Browse the repository at this point in the history
  2. Track stacks in JSX

    We track the debug stack using an error. We don't eagerly access the stack
    to allow it to be lazily generated from the internals. This will be used
    for passing RSC stacks to the client as well as for user space display.
    
    If available, we also track console.createTask separately. This will be
    used for native stack traces in the native DevTools.
    sebmarkbage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    80f37ab View commit details
    Browse the repository at this point in the history