Skip to content

Commit 05c5897

Browse files
authored
fix(apple): Add all undocumented options (#15835)
1 parent a29191d commit 05c5897

File tree

3 files changed

+567
-17
lines changed

3 files changed

+567
-17
lines changed

docs/platforms/apple/common/configuration/app-hangs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The SDK sets the `exception.type` to `Fatal App Hang Fully Blocked` or `Fatal Ap
166166
167167
#### Non-Fully Blocking App Hangs
168168
169-
As stacktraces might not be 100% accurate for non-fully-blocking app hangs, you can disable them with the option `enableReportNonFullyBlockingAppHangs`:
169+
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:
170170
171171
```swift {tabTitle:Swift}
172172
import Sentry

0 commit comments

Comments
 (0)