-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
BugPackage: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKStale
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.107.0
Framework Version
Next 12.3.1, React 17.0.2
Link to Sentry event
No response
SDK Setup
import { browserTracingIntegration, init as initSentry } from '@sentry/nextjs';
initSentry({
dsn: SENTRY_DSN,
tracesSampleRate: 0.05,
integrations: [
browserTracingIntegration({
enableInp: true,
}),
],
});
Steps to Reproduce
- This started happening since we upgraded @sentry/nextjs to accommodate for the INP changes. Interestingly INP is logging correct but other web vitals are not showing up on the dashboard.
Expected Result
Should have all the web vitals.
Actual Result
dfenske
Metadata
Metadata
Assignees
Labels
BugPackage: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKStale
Projects
Status
Waiting for: Community
