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/react
SDK Version
7.111.0
Framework Version
React 18.2.0
Link to Sentry event
SDK Setup
import * as Sentry from '@sentry/react';
Sentry.init({
dsn: '_____________________________',
environment: process.env.NODE_ENV,
integrations: [Sentry.replayIntegration()],
replaysSessionSampleRate: process.env.NODE_ENV === 'production' ? 0.1 : 1,
replaysOnErrorSampleRate: 1.0,
ignoreErrors: ['Non-Error promise rejection captured'],
release: `${process.env.HEROKU_APP_NAME}-${process.env.HEROKU_RELEASE_VERSION}`,
autoSessionTracking: true
});
Steps to Reproduce
- Open Product url
- In the Javascript console I can see error like
TypeError null is not an object (evaluating 'M.createdByUser.fullName')
Expected Result
I want to see the issue on Sentry, but it wasn't tracked
Actual Result
Issue was not created. Sometimes it happens, perhaps it's related that I can see Cannot read properties of undefined (reading 'value')
error inside Sentry library
Metadata
Metadata
Assignees
Type
Projects
Status
No status