Skip to content

Commit 5c38c9d

Browse files
fix(apple): App Start Type in App Context (#15090)
Explain that the SDK adds the app start type to the app context for prewarmed app start tracing.
1 parent a808fbb commit 5c38c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/apple/common/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Cold and warm start are Mobile Vitals, which you can learn about in the [full do
135135
Starting with iOS 15, the system might [prewarm](https://developer.apple.com/documentation/uikit/app_and_environment/responding_to_the_launch_of_your_app/about_the_app_launch_sequence#3894431) your app by creating the process before the user opens it. In these cases, we won’t be able to reliably measure the app start. Enable the `enablePreWarmedAppStartTracing` feature to collect prewarmed app starts.
136136
137137
Once enabled, the SDK drops the first app start span if prewarming pauses. This approach shortens the app start duration, but it accurately represents the span of time from when a user clicks the app icon to when the app is responsive.
138-
With this feature, the SDK differentiates between four different app start types:
138+
With this feature, the SDK differentiates between four different app start types, which it adds to the app context of the transaction:
139139
140140
- **Non-prewarmed cold start** (See _cold start_ definition above.)
141141
- **Non-prewarmed warm start** (See _warm start_ definition above.)

0 commit comments

Comments
 (0)