-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKType: Improvement
Description
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.
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKType: Improvement