-
Notifications
You must be signed in to change notification settings - Fork 73
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
Instrument NextJS apps #496
Comments
Would be very interested in this. And we'd be happy to test it out over at https://github.com/open-sauced/app or give feedback. I'm also wondering if there are recommendations for getting routes to work with the NestJS |
Hi @jpmcb This sounds awesome, thank you so much 🙏 I can't say when exactly we'll start working on it, but it should be soonish. Unfortunately I can't give any good recommendations for Next.js yet. Cheers, |
👋 Hey, just checking in to see if anyone's managed to get Faro working with NextJS? I see the linked issues are still unresolved. Does that imply that NextJS is effectively unsupported at present? |
Not fully. We've only managed to get the Console instrumentation working server-side. Most other instrumentations/options rely on On the frontend we're able to get everything working, but for the React instrumentation, you'll need to make sure the top-level component is client rendered. It's not perfect at the moment for us, but we're looking forward to improvements |
Maybe some good data to getting this pushed forward: in the most recent StackOverflow developer Survey, NextJS is 3rd in the category of most used / most desired web frameworks. It seems it's synonymous these days with building React frontends. This continues to be a heavy blocker for us adopting more of Grafana's cloud offering and we're forced to use competitors (like Sentry.io) for frontend observability |
Hey, just checking does anyone has got working browser based routing for nextjs? Could anyone share code pieces of how to instrument it? I am using general sdk for web, not one based for React. @erkattak any thoughts here? 🙏 Kind Regards, |
Description
NextJS support is currently poor, which leads to customers having issues when using some instrumentations and often leaves users with question on how to properly set up Faro for NextJS apps.
Proposed solution
Some Ideas:
@vercel/otel
packageLinks:
Related Faro issues and discussions
next/link
elements with prefetching #260Context
The text was updated successfully, but these errors were encountered: