You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry is logging lot of Most slow frames when ever user is typing something in Textfield using iPhone default keyboard.
To Verify I have also added a default Textfield and when I try to type File IO is logged in Sentry.
"File IO on Main Thread
UITextSelectionInteraction._handleMultiTapGesture"
Hi @andrejs-mamontovs, try using a custom filter in beforeSend to drop any events you don't want. Otherwise please create a new issue so we can discuss it detail
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Sentry is logging lot of Most slow frames when ever user is typing something in Textfield using iPhone default keyboard.

To Verify I have also added a default Textfield and when I try to type File IO is logged in Sentry.
"File IO on Main Thread
UITextSelectionInteraction._handleMultiTapGesture"
All reactions
Replies: 1 comment · 7 replies
Uh oh!
There was an error while loading. Please reload this page.
Thanks @sumit11007 for reporting this, we will investigate.
All reactions
Uh oh!
There was an error while loading. Please reload this page.
Most likely any update in this regard will happen in the server side, so you dont need to update the Sentry SDK in your app.
All reactions
Uh oh!
There was an error while loading. Please reload this page.
Thanks @brustolin please let me know once its updated in server side.
All reactions
Uh oh!
There was an error while loading. Please reload this page.
We created an issue for this problem https://github.com/getsentry/sentry-cocoa/issues/3442.
All reactions
Uh oh!
There was an error while loading. Please reload this page.
Hello, Iβm still receiving this message in version 8.55.1. Is there a recommended way to configure iOS to ignore it?
All reactions
Uh oh!
There was an error while loading. Please reload this page.
Hi @andrejs-mamontovs, try using a custom filter in
beforeSendto drop any events you don't want. Otherwise please create a new issue so we can discuss it detailAll reactions