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
We should go through all of our Next.js serverside instrumentation and check that we correctly pass request data for all of the following:
Data fetchers
Server components
App router route handlers
Pages router API routes
Pages router edge routes
Middleware
As a preliminary step we need to make our requestdata integration runtime agnostic and hoist it somewhere so that it can be used from within the vercel-edge package.
The text was updated successfully, but these errors were encountered:
We should go through all of our Next.js serverside instrumentation and check that we correctly pass request data for all of the following:
As a preliminary step we need to make our requestdata integration runtime agnostic and hoist it somewhere so that it can be used from within the vercel-edge package.
The text was updated successfully, but these errors were encountered: