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
AppHangV2 detection (#4379) Add a new algorithm for detecting app hangs that differentiates between fully blocking and non-fully blocking app hangs. Read more in-depth in our docs.
Fixes
Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling via the option swizzleClassNameExclude.
Add TTID/TTFD spans when loadView gets skipped (#4415)
Finish TTID correctly when viewWillAppear is skipped (#4417)
Swizzling RootUIViewController if ignored by swizzleClassNameExclude (#4407)
Data race in SentrySwizzleInfo.originalCalled (#4434)