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.68.0
Framework Version
7.68.0
Link to Sentry event
https://hjemmelegene.sentry.io/issues/4496677982
SDK Setup
Sentry.init({
dsn: 'https://[email protected]/5627822',
beforeSend,
// Replay may only be enabled for the client-side
integrations: [new Sentry.Replay()],
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 0.1,
// Capture Replay for 10% of all sessions,
// plus for 100% of sessions with an error
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
// ...
// Note: if you want to override the automatic release value, do not set a
// release
value here - use the environment variable SENTRY_RELEASE
, so
// that it will also get attached to your source maps
})
Steps to Reproduce
- Installed Sentry as per the modification suggested by the Sentry team over at Nx fix(nx): fix Sentry example in plugin docs nrwl/nx#19338
- Deployed to production
Expected Result
Sentry not introducing its own errors
Actual Result
antifingerprint not defined yet. will try and handle event after its ready...
Crashed in non-app: ./node_modules/@sentry/integrations/esm/captureconsole.js in callback
Show 2 more frames
about:blank in generalAddEventListenerLogic at line 36:21
In App
about:blank in HTMLDivElement.Element.addEventListener at line 49:5
In App
Called from: ./node_modules/react-dom/cjs/react-dom.production.min.js in af
Show 2 more frames
in Set.forEach
In App
Called from: ./node_modules/react-dom/cjs/react-dom.production.min.js in cf
Metadata
Metadata
Assignees
Type
Projects
Status