-
-
Couldn't load subscription status.
- Fork 1.7k
feat(nextjs): Add transaction name to scope of server component #11850
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
Conversation
size-limit report 📦
|
|
Leaving this here for the future: E.g. this trace: https://sentry-javascript-sdks.sentry.io/performance/trace/24883c2fb15b4ea28ce5787afacc577b/ which comes from the canary tests (I think) shows the root cause, I believe. A bunch of "unrelated" (??) component renders are in the same trace, probably clobbering up the transactionName on the isolationScope, I guess... 🤔 |
Co-authored-by: Francesco Novy <[email protected]>
ref #11782