Skip to content

Commit

Permalink
Update docs/platforms/apple/common/features/experimental-features.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
  • Loading branch information
armcknight and kahest committed Aug 26, 2024
1 parent eab27e5 commit 790a585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Do you want to try some new experimental features? On the latest version of the
- Enable <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/#time-to-full-display">Time to Full Display (TTFD)</PlatformLink> to gain insight into how long it takes your view controller to launch and load all of its content.
<PlatformSection notSupported={["apple.tvos", "apple.watchos", "apple.visionos"]}>
- Enable <PlatformLink to="/profiling/#enable-launch-profiling">App Launch Profiling</PlatformLink> to get detailed profiles for your app launches.
- Enable <PlatformLink to="/profiling/#continuous-profiling">Continuous Profiling</PlatformLink> to get full coverage of your app's execution.
</PlatformSection>
- If you use Swift concurrency, stitch together stack traces of your async code with the `swiftAsyncStacktraces` option. Note that you can enable this in your Objective-C project, but only async code written in Swift will be stitched together.
- Enable <PlatformLink to="/profiling/#continuous-profiling">Continuous Profiling</PlatformLink> to get full coverage of your app's execution.

<Note>
Experimental features are still a work-in-progress and may have bugs. We
Expand Down

0 comments on commit 790a585

Please sign in to comment.