-
-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
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
phgn0
Metadata
Metadata
Assignees
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
Projects
Status
No status