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

Scheduling Profiler: Show Suspense resource .displayName #22451

Merged

Commits on Sep 28, 2021

  1. Scheduling Profiler: Show Suspense resource .displayName

    Frameworks like Relay use a convention of attributing thrown Suspense values with a displayName that provides more information about what a component is suspending on specifically.
    
    The Scheduling Profiler will now display this information instead of the component name when available. (If no displayName is available, the component name will still be shown as a fallback).
    
    Hovering over the Suspended item will show both component name and suspended resource name.
    Brian Vaughn committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b85970c View commit details
    Browse the repository at this point in the history