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

[DevTools] Implement getComponentStack and onErrorOrWarning for replayed Flight logs #30930

Merged
merged 3 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    87b6437 View commit details
    Browse the repository at this point in the history
  2. Implement getComponentStack and onErrorOrWarning for replayed Flight …

    …logs
    
    This adds owner stacks to replayed Server Component logs in environments
    that don't support native console.createTask.
    
    It also tracks the logs in the global componentInfoToComponentLogsMap which
    lets us associate those logs with Server Components when they later commit
    into the fiber tree.
    sebmarkbage committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    88241b7 View commit details
    Browse the repository at this point in the history
  3. Remove badge prefix

    sebmarkbage committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    14a1ce9 View commit details
    Browse the repository at this point in the history