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

Add performance monitoring Next.js 13 app dir server components #7176

Closed
Tracked by #6726
lforst opened this issue Feb 14, 2023 · 0 comments · Fixed by #7242
Closed
Tracked by #6726

Add performance monitoring Next.js 13 app dir server components #7176

lforst opened this issue Feb 14, 2023 · 0 comments · Fixed by #7242

Comments

@lforst
Copy link
Member

lforst commented Feb 14, 2023

Problem Statement

While we are currently auto-wrapping server components to track errors we are not instrumenting them for performance.

Solution Brainstorm

Start a transaction when a server component renders.

One thing we must consider is how we flush events on serverless platforms like Vercel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant