Skip to content

Commit ce1c410

Browse files
fix(apple): Add AppHangsV2 to experimental features (#12378)
1 parent 099cf7a commit ce1c410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/platforms/apple/common/features/experimental-features.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Do you want to try some new experimental features? On the latest version of the
1212
- Enable <PlatformLink to="/profiling/#continuous-profiling">Continuous Profiling</PlatformLink> to get full coverage of your app's execution.
1313
</PlatformSection>
1414
- 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.
15+
- Enable <PlatformLink to="/configuration/app-hangs/#app-hangs-v2">AppHangsV2</PlatformLink> to get more detailed app hangs. The main difference is that AppHangsV2 differentiates between fully-blocking and non-fully-blocking app hangs.
1516

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

0 commit comments

Comments
 (0)