Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3def47
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4c5e0f
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 8, 2024

  1. Transfer debug info for server-to-server request

    A Flight Server can be a consumer of a stream from another Server.
    
    In this case the meta data is attached to debugInfo properties on lazy,
    Promises, Arrays or Elements that might in turn get forwarded to the next
    stream. In this case we want to forward this debug information to the
    client.
    sebmarkbage committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ec33294 View commit details
    Browse the repository at this point in the history
  2. Add environmentName option

    This lets you name the server that is producing the debug info so that
    you can trace the origin of where that component is executing.
    sebmarkbage committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c4c5e0f View commit details
    Browse the repository at this point in the history
Loading