Skip to content

Commit 9baf5d3

Browse files
impr(apple): Uncaught NSExceptions on macOS
Mention that users don't need to manually call captureException for uncaught NSExceptions on macOS when configured correctly.
1 parent 21816e8 commit 9baf5d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-includes/capture-error/apple.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,6 @@ func applicationDidFinishLaunching(_ aNotification: Notification) {
119119
}
120120
```
121121

122+
Once you have configured your application to crash whenever an uncaught exception occurs, the Apple SDK will capture those automatically. You don't need to manually call `captureException`.
123+
122124
</PlatformSection>

0 commit comments

Comments
 (0)