Skip to content

Commit a29cf4d

Browse files
feat(apple): Add fatal app hangs (#12939)
Add docs for fatal app hangs starting with Cocoa SDK 8.46.0.
1 parent d53236f commit a29cf4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ SentrySDK.start { options in
161161
}];
162162
```
163163
164+
#### Fatal App Hangs
165+
166+
Starting with version 8.46.0, the SDK automatically detects and reports fatal app hangs. If the user or the [system watchdog](https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations) terminates your app during an app hang, the SDK reports it as a fatal app hang on the next startup.
167+
168+
169+
#### Non-Fully Blocking App Hangs
170+
164171
As stacktraces might not be 100% accurate for non-fully-blocking app hangs, you can disable them with the option `enableReportNonFullyBlockingAppHangs`:
165172
166173
```swift {tabTitle:Swift}

0 commit comments

Comments
 (0)