Skip to content

Commit d1b6e5d

Browse files
fix(apple): Simplify app start tracing (#15109)
Remove the section on before Cocoa SDK v 8.18.0, which we released in Jan 2024, to simplify the app start tracing docs.
1 parent 82729df commit d1b6e5d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ Sentry's App Start instrumentation aims to be as comprehensive and representativ
110110
For example, Sentry measures the duration from process start, including the time before before runtime initialization and before the first application object is loaded, until the first frame is rendered to the user.
111111
112112
</Alert>
113-
114-
Since [sentry-cocoa 8.18.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.18.0) the SDK creates the following app start spans:
113+
The Cocoa SDK creates the following app start spans:
115114
116115
- **Pre Runtime Init**: from the process start time to the runtime init.
117116
- **Runtime Init to Pre Main Initializers**: from runtime init to pre main initializers.
@@ -121,13 +120,6 @@ Since [sentry-cocoa 8.18.0](https://github.com/getsentry/sentry-cocoa/releases/t
121120
122121
![App Start Transaction](./img/app-start-transaction.png)
123122
124-
Before [sentry-cocoa 8.18.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.18.0) the SDK creates the following app start spans:
125-
126-
- **Pre Runtime Init**: from the process start time to the runtime init.
127-
- **Runtime Init to Pre Main Initializers**: from runtime init to pre main initializers.
128-
- **UIKit and Application Init**: from pre main initializers to [`didFinishLaunchingNotification`][didfinishlaunching].
129-
- **Initial Frame Render**: from the [`didFinishLaunchingNotification`][didfinishlaunching] to [`UIWindowDidBecomeVisibleNotification`][uiwindow].
130-
131123
Cold and warm start are Mobile Vitals, which you can learn about in the [full documentation](/product/insights/mobile/mobile-vitals).
132124
133125
### Prewarmed App Start Tracing

0 commit comments

Comments
 (0)