Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record request data for all Next.js serverside features #9568

Closed
Tracked by #6726 ...
lforst opened this issue Nov 15, 2023 · 1 comment
Closed
Tracked by #6726 ...

Record request data for all Next.js serverside features #9568

lforst opened this issue Nov 15, 2023 · 1 comment
Assignees
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Type: Improvement

Comments

@lforst
Copy link
Member

lforst commented Nov 15, 2023

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.

@lforst
Copy link
Member Author

lforst commented Nov 27, 2023

Done with #9636

@lforst lforst closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Type: Improvement
Projects
None yet
Development

No branches or pull requests

1 participant