Skip to content

Commit cb84eb9

Browse files
feat(apple): Uncaught exceptions in macOS setup (#13546)
Mention capturing uncaught exceptions for the macOS getting started page, which is a useful feature users should know about.
1 parent 86d2ba6 commit cb84eb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/platforms/apple/common/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@ if (error) {
342342
}
343343
```
344344
345+
<PlatformSection supported={[ "apple.macos"]}>
346+
347+
## Uncaught Exceptions
348+
349+
On macOS, the Sentry Apple SDK can't capture uncaught exceptions out of the box. Please visit <PlatformLink to="/usage/#capturing-uncaught-exceptions">capturing uncaught exceptions</PlatformLink> for more information.
350+
351+
</PlatformSection>
352+
345353
## Next Steps
346354
347355
- <PlatformLink to="/features">Learn more about Sentry's Apple SDK features</PlatformLink>

0 commit comments

Comments
 (0)