Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/platforms/apple/common/configuration/app-hangs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The SDK sets the `exception.type` to `Fatal App Hang Fully Blocked` or `Fatal Ap

#### Non-Fully Blocking App Hangs

As stacktraces might not be 100% accurate for non-fully-blocking app hangs, you can disable them with the option `enableReportNonFullyBlockingAppHangs`:
As stacktraces might not be 100% accurate for non-fully-blocking app hangs, you can disable them with the <PlatformLink to="/configuration/options/#enableReportNonFullyBlockingAppHangs">`enableReportNonFullyBlockingAppHangs`</PlatformLink> option:

```swift {tabTitle:Swift}
import Sentry
Expand Down
Loading
Loading