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 package are you using?
@sentry/react
SDK Version
7.2.0
Framework Version
7.2.0
Link to Sentry event
https://sentry.io/share/issue/4769d6305de648aa98e1f87006d2f279/
Steps to Reproduce
Random occurrence of this error is faced in our app.
Expected Result
To add proper code checks to make sure it doesnt break on reat apps
Actual Result
}
const self = hub.getIntegration(InboundFilters);
if (self) {
const client = hub.getClient() as Client;
const clientOptions = client ? client.getOptions() : {};
const options = self.mergeOptions(clientOptions); // <-------------------- happening here !!!
if (self.shouldDropEvent(event, options)) {
return null;
}
}
return event;
Metadata
Metadata
Assignees
Labels
No labels