-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
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.39.0
Framework Version
17.0.2
Link to Sentry event
No response
SDK Setup
Sentry.init({
dsn: DSN,
environment: process.env.ENVIRONMENT,
integrations: [new BrowserTracing()],
tracesSampler: samplingContext => {
if (PRODUCTION && samplingContext.transactionContext.op === 'pageload') {
return 0.5;
} else {
return 0;
}
},
});
Steps to Reproduce
This is happening in our production website , we are seeing this error across all the devices(android , iphone , windows) and chrome(120.0.0,106.0.0), safari browsers(safari 16.5.2,17.1.1,17.1.2)
Expected Result
Ideally we shouldn't be seeing any errors reported in sentry
Actual Result
But we saw around 3k errors reported because of this error. Attaching a screenshot below for reference

Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Community
Status
Waiting for: Community