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
The way we currently handle beforeSend callback (and a few others) requires us to instantiate UObject-derived classes which could be unsafe during GC (related issue for reference - #573). In order to prevent potential issues in this situation we're skipping callback invocation (if one is configured) entirely during GC.