Our site uses FileStack and we get frequent frontend (JavaScript) errors reported via Sentry on Mobile Safari (lately iOS 16.2, but it's happened with all version).
Can't find variable: setIOSParameters
I cannot reproduce this with either the iOS Simulator or a physical device.
Are we doing something wrong, or is there a known fix?
We get those as well, which from a reverse look-up from the IPs showed us an AWS instance, which means it's probably coming from web crawlers. We have started to ignore them using the
ignoreErrorsoption when setting up the Sentry SDK.Our current list: