Hello,
About a month ago, I suddenly started getting thousands of Javascript errors for Can't find variable: _AutofillCallbackHandler, which is causing our monthly usage limits to be exceeded almost in 1 day. After doing some research it seems to be an unresolved error related to iOS that doesn't affect UX, just error logs.
My questions:
Why did this just start getting tracked a month ago, when our website/sentry were up and running 6 months ago and this error has been happening the whole time?
And is it possible to tell Sentry to ignore JS errors? I'm more concerned with PHP errors.
I've added a filter to my sentry config, but won't know if its working until the next billing cycle
// Ignore ReferenceError with message containing '_AutofillCallbackHandler'
'/.*_AutofillCallbackHandler.*/',
],```
Appreciate any help in advance!