-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[@sentry-internal/browser-utils]: Cannot read properties of null (reading 'apply') #15552
Comments
Not sure, but this might be caused by whatever Microsoft Office Word is doing on the different platforms. Maybe those JS engines are just garbage and don't support |
Hi @TheDevMinerTV, thanks for writing in. Any chance you can check |
MS Office 365: both are I guess it solved itself? I assume some older Office installs are still based on the old Edge engine which doesn't have this. |
I opened #15632 - turns out one of our instrumentation/patching helper functions didn't account for the edge case that the thing to path is not a function (as in this case, |
A PR closing this issue has just been released 🚀This issue was referenced by PR #15632, which was included in the 9.6.0 release. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/angular
SDK Version
9.2.0
Framework Version
19.1.7
Link to Sentry event
https://legartis.sentry.io/issues/31731207
Reproduction Example/SDK Setup
Steps to Reproduce
Not sure, a customer triggered the internal Sentry error
Expected Result
This shouldn't happen
Actual Result
Cannot read properties of null (reading 'apply')
node_modules/@sentry-internal/browser-utils/build/esm/instrument/history.js in History.replaceState:58
The text was updated successfully, but these errors were encountered: