1. 16 3月, 2021 6 次提交
  2. 15 3月, 2021 1 次提交
    • A
      Update pages.md (#23064) · 3063d3b8
      Alex Safian 提交于
      The `path` variable must be an array of objects which has a `params` key. This code will prevent reader confusion.
      3063d3b8
  3. 14 3月, 2021 1 次提交
  4. 13 3月, 2021 1 次提交
  5. 12 3月, 2021 7 次提交
  6. 11 3月, 2021 4 次提交
    • N
      371aa608
    • J
      v10.0.9-canary.5 · 014a2f84
      JJ Kasper 提交于
      014a2f84
    • D
      Telemetry-compatible tracing (#22713) · e27b7e99
      Dale Bustad 提交于
      A number of changes here.  I recommend viewing the diff with the <a href="?w=1">whitespace flag enabled</a>.
      
      - OpenTelemetry is replaced with a custom and lightweight tracing solution.
      - Three trace targets are currently supported: console, Zipkin, and NextJS.
      - Tracing is now governed by environment variables rather than `--require instrument.js`.
        + `TRACE_TARGET`: one of `CONSOLE`, `ZIPKIN`, or `TELEMETRY`; defaults to `TELEMETRY` if unset or invalid.
        + `TRACE_ID`: an 8-byte hex-encoded value used as the Zipkin trace ID; if not provided, this value will be randomly generated and passed down to subprocesses.
      
      Other sundry:
      
      - I'm missing something, probably a setup step, with the Zipkin target.  Traces are captured successfully, but you have to manually enter the Trace ID in order to view the trace - it doesn't show up in queries.
      - I'm generally unhappy with [this commit](https://github.com/vercel/next.js/pull/22713/commits/235cedcb3ead76b630b4c8aa695f904489da2831).  It is... untidy to provide a telemetry object via `setGlobal`, but I don't have a ready alternative.  Is `distDir` strictly required when creating a new Telemetry object?  I didn't dig too deep here.
      
      As noted, there are a lot of changes, so it'd be great if a reviewer could:
      
      - [ ] pull down the branch and try to break it
      - [ ] check the Zipkin traces and identify possible regressions in the functionality
      
      Closes #22570
      Fixes #22574
      e27b7e99
    • L
      Fix typo in source maps documentation. (#22952) · fa02b197
      Lee Robinson 提交于
      fa02b197
  7. 10 3月, 2021 3 次提交
  8. 09 3月, 2021 7 次提交
  9. 08 3月, 2021 9 次提交
  10. 06 3月, 2021 1 次提交