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
Finish auto-generated UIViewController and user interaction transactions when the app moves to the background. The SentryUIViewControllerPerformanceTracker finishes the transaction on viewWillDisappear, but there might be edge cases, as when an alert appears and the app then moves to the background.
The safest approach is to finish all auto-generated UI transactions when the app moves to the background. This came up in an internal discussion around profiling.
The text was updated successfully, but these errors were encountered:
Description
Finish auto-generated UIViewController and user interaction transactions when the app moves to the background. The SentryUIViewControllerPerformanceTracker finishes the transaction on viewWillDisappear, but there might be edge cases, as when an alert appears and the app then moves to the background.
sentry-cocoa/Sources/Sentry/SentryUIViewControllerPerformanceTracker.m
Lines 266 to 274 in c6a8035
The safest approach is to finish all auto-generated UI transactions when the app moves to the background. This came up in an internal discussion around profiling.
The text was updated successfully, but these errors were encountered: