JS SDK throw Execption

In my source code call xhr.open, sentry js sdk from browser cdn will call xhr.addEventListener('readystatechange', onreadystatechangeHandler);
and then it throw an error said
TypeError addEventListener(src/integrations/trycatch)
and Illegal invocation.
What can i do for it ?

Please, open an issue on GitHub - getsentry/sentry-javascript: Official Sentry SDKs for JavaScript providing as much information as possible (for example, the SDK(s) you are using and the version, links to your project or a minimal repro case, and the event on Sentry).