Skip to content

Commit

Permalink
feat: Prewarmed App Start Tracing is stable (#3536)
Browse files Browse the repository at this point in the history
Make the option enablePreWarmedAppStartTracing stable.
  • Loading branch information
philipphofmann committed Jan 4, 2024
1 parent f74904f commit fa38a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

- Add frames delay to transactions and spans (#3487, #3496)
- Add slow and frozen frames to spans (#3450, #3478)
- Prewarmed App Start Tracing is stable (#3536)

### Fixes

Expand Down
5 changes: 3 additions & 2 deletions Sources/Sentry/Public/SentryOptions.h
Expand Up @@ -254,11 +254,12 @@ NS_SWIFT_NAME(Options)
* @note The default is 3 seconds.
*/
@property (nonatomic, assign) NSTimeInterval idleTimeout;

/**
* @warning This is an experimental feature and may still have bugs.
* @brief Report pre-warmed app starts by dropping the first app start spans if pre-warming paused
* Report pre-warmed app starts by dropping the first app start spans if pre-warming paused
* during these steps. This approach will shorten the app start duration, but it represents the
* duration a user has to wait after clicking the app icon until the app is responsive.
*
* @note You can filter for different app start types in Discover with
* @c app_start_type:cold.prewarmed ,
* @c app_start_type:warm.prewarmed , @c app_start_type:cold , and @c app_start_type:warm .
Expand Down

0 comments on commit fa38a2b

Please sign in to comment.