Skip to content

Not getting http.server spans in Next.js server components #629

@landenai

Description

@landenai

Environment

Steps to Reproduce:

Expected Result:

  • We see two separate /products pageload traces with http.server spans

Actual Result:

  • After step a), we see a /products pageload trace with no http.server spans (like this)
  • When you reload the page, the original trace gets “enriched” with the server spans (like this). There is an additional trace with the same time stamp and a http.server span at the root (example).
  • There is also a trace for the second /products pageload without http.server spans (this may take a few moments to appear). If you were to refresh a third time, this trace would get “enriched” with server spans and the cycle would continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions