Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ SENTRY_NO_INIT

/**
* How long the app start took. From appStartTimestamp to when the SDK creates the
* AppStartMeasurement, which is done when the OS posts UIWindowDidBecomeVisibleNotification and
* when `enablePerformanceV2` is enabled when the app draws it's first frame.
* AppStartMeasurement, which is done when the first CADisplayLink callback is received.
*/
@property (readonly, nonatomic, assign) NSTimeInterval duration;

Expand Down
Loading