Enhancements
-
swizzleViewLoadPreMain setting is now false by default. When this config value is true, all custom view controllers are swizzled at app start, which may delay app start if there are many of them.
202 -
Detect pre-loaded views and correct their durations. These can occur in container views, such as
UITabViewController
when the view is loaded in anticipation of the user opening the next tab. The resulting spans are now marked with a "pre-loaded" suffix and the timings adjusted to start fromviewWillAppear
only.
236