Skip to content

Capture request.url for Next.js server spans #16404

Open
@mydea

Description

@mydea

Description

Today, the Next.js SDK in many cases captures only headers as event.request data, e.g. like this:

This leads to the url being missing context when looking at issues. We should investigate if we can find a way to add the url there, somehow - this probably involves injecting the url at some earlier point into async local storage so we can pick it up in our handlers, or something like this...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions