You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
Today, the Next.js SDK in many cases captures only headers as
event.request
data, e.g. like this:sentry-javascript/packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts
Line 70 in 56137a8
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...
The text was updated successfully, but these errors were encountered: