File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66
77- Add frames delay to transactions and spans (#3487 , #3496 )
88- Add slow and frozen frames to spans (#3450 , #3478 )
9+ - Prewarmed App Start Tracing is stable (#3536 )
910
1011### Fixes
1112
Original file line number Diff line number Diff line change @@ -254,11 +254,12 @@ NS_SWIFT_NAME(Options)
254254 * @note The default is 3 seconds.
255255 */
256256@property (nonatomic, assign) NSTimeInterval idleTimeout;
257+
257258/* *
258- * @warning This is an experimental feature and may still have bugs.
259- * @brief Report pre-warmed app starts by dropping the first app start spans if pre-warming paused
259+ * Report pre-warmed app starts by dropping the first app start spans if pre-warming paused
260260 * during these steps. This approach will shorten the app start duration, but it represents the
261261 * duration a user has to wait after clicking the app icon until the app is responsive.
262+ *
262263 * @note You can filter for different app start types in Discover with
263264 * @c app_start_type:cold.prewarmed ,
264265 * @c app_start_type:warm.prewarmed , @c app_start_type:cold , and @c app_start_type:warm .
You can’t perform that action at this time.
0 commit comments