You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/apple/common/index.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,14 @@ if (error) {
342
342
}
343
343
```
344
344
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
+
345
353
## Next Steps
346
354
347
355
- <PlatformLink to="/features">Learn more about Sentry's Apple SDK features</PlatformLink>
0 commit comments