Chris Gonzalez
Chris Gonzalez

Reputation: 201

SymBrowser_ModifyWindowOpenWithTarget Browser Error

We are currently using Sentry Error Tracking Software to find javascript errors. We've been receiving the following error pretty consistently:

Can't find variable: SymBrowser_ModifyWindowOpenWithTarget

Seems to be occurring when viewing our react webapp through a Safari browser on iOS.

The issue is not specific to any version of iOS but seems to be mostly occurring on iOS version 11.4.1.

I've tried to reproduce the issue myself but have had no luck, and am curious if anyone has seen this issue before.

Upvotes: 20

Views: 1403

Answers (1)

Mark
Mark

Reputation: 181

One of our users is seeing this. After looking up the browser name, it sounds like it's not Safari. We don't plan on trying to figure out which third-party browser is causing sentry errors without user reports.

  • browser.name: Mobile Safari UI/WKWebView
  • device: iPhone
  • device.family: iPhone
  • level: error
  • logger: javascript
  • os: iOS 15.4.1
  • os.name: iOS

Upvotes: 1

Related Questions