diff --git a/Sources/Sentry/Public/SentryCrashExceptionApplication.h b/Sources/Sentry/Public/SentryCrashExceptionApplication.h index c70ecaf87c6..44531561bc4 100644 --- a/Sources/Sentry/Public/SentryCrashExceptionApplication.h +++ b/Sources/Sentry/Public/SentryCrashExceptionApplication.h @@ -4,6 +4,8 @@ // this the SDK breaks for MacOS. #import +// Required for capturing uncaught exceptions in macOS. For more info see +// https://docs.sentry.io/platforms/apple/guides/macos/usage/#capturing-uncaught-exceptions-in-macos #if TARGET_OS_OSX # import @interface SentryCrashExceptionApplication : NSApplication