Closed
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
14.1.3
Link to Sentry event
No response
SDK Setup
Sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.SENTRY_ENV,
autoSessionTracking: Boolean(process.env.NC_SENTRY_AUTO_SESSION_TRACKING),
debug: process.env.NC_SENTRY_DEBUG === 'true',
replaysSessionSampleRate: Number(process.env.NC_SENTRY_REPLAYS_SESSION_SAMPLE_RATE),
replaysOnErrorSampleRate: Number(process.env.NC_SENTRY_REPLAYS_ON_ERROR_SAMPLE_RATE)
integrations: [
new Sentry.Replay(),
Sentry.browserTracingIntegration({
enableInp: true
})
]
})
Steps to Reproduce
- Navigate from one page to another / also sometimes occurs when refreshing the page
- Error will occur
Expected Result
No error on navigation.
Actual Result
On page navigation the following error occurs:

Metadata
Metadata
Assignees
Type
Projects
Status
No status