Skip to content

Commit

Permalink
feat: Promote performanceV2 to stable (#4564)
Browse files Browse the repository at this point in the history
Make the performanceV2 flag stable, as it's been experimental long
enough, and we didn't hear any negative feedback from customers using
it.
  • Loading branch information
philipphofmann authored Nov 22, 2024
1 parent 07ea386 commit c1ca4cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features

- Add in_foreground app context to transactions (#4561)
- Promote the option `performanceV2` from experimental to stable (#4564)

### Improvements

Expand Down
12 changes: 5 additions & 7 deletions Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,11 @@ NS_SWIFT_NAME(Options)
@property (nonatomic, assign) BOOL enableAutoPerformanceTracing;

/**
* @warning This is an experimental feature and may still have bugs.
*
* Sentry works on reworking the whole performance offering with the code Mobile Starfish, which
* aims to provide better insights into the performance of mobile apps and highlight clear actions
* to improve app performance to developers. This feature flag enables experimental features that
* impact the v1 performance offering and would require a major version update. Sentry aims to
* include most features in the next major by default.
* We're working to update our Performance product offering in order to be able to provide better
* insights and highlight specific actions you can take to improve your mobile app's overall
* performance. The performanceV2 option changes the following behavior: The app start duration will
* now finish when the first frame is drawn instead of when the OS posts the
* UIWindowDidBecomeVisibleNotification. This change will be the default in the next major version.
*/
@property (nonatomic, assign) BOOL enablePerformanceV2;

Expand Down

0 comments on commit c1ca4cb

Please sign in to comment.