diff --git a/docs/platforms/apple/common/features/experimental-features.mdx b/docs/platforms/apple/common/features/experimental-features.mdx index 2437f63e22923..6ee713e6dac55 100644 --- a/docs/platforms/apple/common/features/experimental-features.mdx +++ b/docs/platforms/apple/common/features/experimental-features.mdx @@ -9,9 +9,9 @@ Do you want to try some new experimental features? On the latest version of the - Enable Time to Full Display (TTFD) to gain insight into how long it takes your view controller to launch and load all of its content. - Enable App Launch Profiling to get detailed profiles for your app launches. +- Enable Continuous Profiling to get full coverage of your app's execution. - 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 Continuous Profiling to get full coverage of your app's execution. Experimental features are still a work-in-progress and may have bugs. We