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 logs Timeline metadata only once (when profiling starts) #23141

Closed

Commits on Jan 20, 2022

  1. DevTools only records Timeline data when Profiling

    React will call the DevTools profiling hooks unconditionally (for DEV and profiling builds) but DevTools will only log the data to the User Timing API when DevTools is profiling.
    Brian Vaughn committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    79aef6a View commit details
    Browse the repository at this point in the history
  2. Moved DevTools test serializers into a separate folder

    Brian Vaughn committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    562e70e View commit details
    Browse the repository at this point in the history
  3. Added numeric serializer

    Brian Vaughn committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    00d9d80 View commit details
    Browse the repository at this point in the history
  4. Updated snapshot numbers to match precision

    Brian Vaughn committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    dc61e11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d8192b View commit details
    Browse the repository at this point in the history