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

Add relationship between issuer and module to traces #28192

Merged

Commits on Aug 17, 2021

  1. Add relationship between issuer and module to traces

    Sets the parent span for module traces to the module that caused this current module to compile, this makes tracing why a module was compiled much simpler. Also added `NEXT_WEBPACK_PARALLELISM` to allow for better traces of individual modules, this should only be used in combination with tracing.
    timneutkens committed Aug 17, 2021
    Copy the full SHA
    505640d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f8954cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74856ea View commit details
    Browse the repository at this point in the history
  4. Add webpack-close span

    timneutkens committed Aug 17, 2021
    Copy the full SHA
    a279dc9 View commit details
    Browse the repository at this point in the history