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

Improvements to webpack tracing, including hot-reload #21652

Merged
merged 14 commits into from Jan 29, 2021
Merged

Commits on Jan 27, 2021

  1. Add granular Webpack tracing

    Dale Bustad authored and Dale Bustad committed Jan 27, 2021
    Copy the full SHA
    600f161 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Add tracing for hot reload.

    Dale Bustad authored and Dale Bustad committed Jan 28, 2021
    Copy the full SHA
    ae3e542 View commit details
    Browse the repository at this point in the history
  2. Create new spans with correct context.

    Dale Bustad authored and Dale Bustad committed Jan 28, 2021
    Copy the full SHA
    7b0f8c0 View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    Dale Bustad authored and Dale Bustad committed Jan 28, 2021
    Copy the full SHA
    96095b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Improve intrumentation-detection, move map into class.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    e1ff565 View commit details
    Browse the repository at this point in the history
  2. Make 'compile' span accessible via spans export.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    4064ec7 View commit details
    Browse the repository at this point in the history
  3. Fix instrumentation detection.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    c664775 View commit details
    Browse the repository at this point in the history
  4. Re-parent telemetry events to 'webpack-compile'.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    3b38a7d View commit details
    Browse the repository at this point in the history
  5. Use stack-based approach for associating spans.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    93becc2 View commit details
    Browse the repository at this point in the history
  6. Remove extraneous hot-reloader noise.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    31c6e1e View commit details
    Browse the repository at this point in the history
  7. Clean up.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    11fc4b7 View commit details
    Browse the repository at this point in the history
  8. Use different hook for webpack hot-reload invalidation.

    Dale Bustad authored and Dale Bustad committed Jan 29, 2021
    Copy the full SHA
    24850bb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b57819d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    dc54680 View commit details
    Browse the repository at this point in the history