Andrzej Kłapeć
Andrzej Kłapeć
Same here, I'm running `[email protected]` on arm macos 12.5.1. ``` WARNING failed to contact turbod. Continuing in standalone mode: connection to turbo daemon process failed. Please ensure the following: -...
@gsoltis Thanks for the response. It did appear at the root of my monorepo, I assume it was either created by upgrading turbo to 1.5.4 (postinstall?) or by the codemod....
Alright so there's no way to capture web vitals data for a correct route after a client-side navigation, is that correct? Isn't it problematic that the captured data is being...
@schehata oh snap I'm sorry, I somehow missed this! I'll take a look at this and I'll get back to you tomorrow.
Sorry for the delay once again, I'm flooded with work recently. The first post-navigation metric sent is indeed only containing Next.js-related stuff: However soon after another event is being sent,...
I'm doing `export { reportWebVitals } from 'next-axiom';` in `_app.ts`.
Yes, this is **exactly** what I needed! It works great. Thank you!