getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.76k stars 1.52k forks source link

INP web-vital not collected in Next.js #12747

Open parlay96 opened 4 days ago

parlay96 commented 4 days ago

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

8.13.0

Framework Version

No response

Link to Sentry event

No response

SDK Setup/Reproduction Example

No response

Steps to Reproduce

image 1: Not collected: Next is ineffective image 2: Non next projects can be collected, and the following is the React project, image

Expected Result

How to solve it?

Actual Result

image Not collected: image

mydea commented 4 days ago

Hey, are you by chance using the tunnelRoute option? If so, then this is a duplicate of https://github.com/getsentry/sentry-javascript/issues/11646, which we are currently working on. Today, sadly, INP collection only works without tunnelRoute. We are working on a fix for this!