Skip to content

Commit fa38a2b

Browse files
feat: Prewarmed App Start Tracing is stable (#3536)
Make the option enablePreWarmedAppStartTracing stable.
1 parent f74904f commit fa38a2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

Sources/Sentry/Public/SentryOptions.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 .

0 commit comments

Comments
 (0)